public sealed class SqlServerTable : IMessage<SqlServerTable>, IEquatable<SqlServerTable>, IDeepCloneable<SqlServerTable>, IBufferMessage, IMessageReference documentation and code samples for the DataStream v1 API class SqlServerTable.
SQLServer table.
Implements
IMessageSqlServerTable, IEquatableSqlServerTable, IDeepCloneableSqlServerTable, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
SqlServerTable()
public SqlServerTable()SqlServerTable(SqlServerTable)
public SqlServerTable(SqlServerTable other)| Parameter | |
|---|---|
| Name | Description |
other |
SqlServerTable |
Properties
Columns
public RepeatedField<SqlServerColumn> Columns { get; }SQLServer columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSqlServerColumn |
|
Table
public string Table { get; set; }Table name.
| Property Value | |
|---|---|
| Type | Description |
string |
|