DataStream v1 API - Class SourceObjectIdentifier.Types.SqlServerObjectIdentifier (2.8.0)

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.

Inheritance

object > SourceObjectIdentifier.Types.SqlServerObjectIdentifier

Namespace

Google.Cloud.Datastream.V1

Assembly

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