DataStream v1 API - Class SqlServerColumn (2.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicsealedclassSqlServerColumn:IMessage<SqlServerColumn>,IEquatable<SqlServerColumn>,IDeepCloneable<SqlServerColumn>,IBufferMessage,IMessageReference documentation and code samples for the DataStream v1 API class SqlServerColumn.
SQLServer Column.
Implements
IMessage SqlServerColumn, IEquatable SqlServerColumn, IDeepCloneable SqlServerColumn, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
SqlServerColumn()
publicSqlServerColumn()SqlServerColumn(SqlServerColumn)
publicSqlServerColumn(SqlServerColumnother)| Parameter | |
|---|---|
| Name | Description |
other |
SqlServerColumn |
Properties
Column
publicstringColumn{get;set;}Column name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DataType
publicstringDataType{get;set;}The SQLServer data type.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Length
publicintLength{get;set;}Column length.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Nullable
publicboolNullable{get;set;}Whether or not the column can accept a null value.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
OrdinalPosition
publicintOrdinalPosition{get;set;}The ordinal position of the column in the table.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Precision
publicintPrecision{get;set;}Column precision.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PrimaryKey
publicboolPrimaryKey{get;set;}Whether or not the column represents a primary key.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Scale
publicintScale{get;set;}Column scale.
| Property Value | |
|---|---|
| Type | Description |
int |
|