public sealed class SourceObjectIdentifier.Types.SqlServerObjectIdentifier : IMessage<SourceObjectIdentifier.Types.SqlServerObjectIdentifier>, IEquatable<SourceObjectIdentifier.Types.SqlServerObjectIdentifier>, IDeepCloneable<SourceObjectIdentifier.Types.SqlServerObjectIdentifier>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class SourceObjectIdentifier.Types.SqlServerObjectIdentifier.
SQLServer data source object identifier.
Implements
IMessageSourceObjectIdentifierTypesSqlServerObjectIdentifier, IEquatableSourceObjectIdentifierTypesSqlServerObjectIdentifier, IDeepCloneableSourceObjectIdentifierTypesSqlServerObjectIdentifier, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
SqlServerObjectIdentifier()
public SqlServerObjectIdentifier()
SqlServerObjectIdentifier(SqlServerObjectIdentifier)
public SqlServerObjectIdentifier(SourceObjectIdentifier.Types.SqlServerObjectIdentifier other)
Parameter | |
---|---|
Name | Description |
other |
SourceObjectIdentifierTypesSqlServerObjectIdentifier |
Properties
Schema
public string Schema { get; set; }
Required. The schema name.
Property Value | |
---|---|
Type | Description |
string |
Table
public string Table { get; set; }
Required. The table name.
Property Value | |
---|---|
Type | Description |
string |