共用方式為


SyncSchemaColumn 成員

表示 SyncSchemaTable 中資料行的結構描述。

下表列出 SyncSchemaColumn 型別公開的成員。

公用屬性

  名稱 描述
Public property AllowNull 取得或設定值,這個值表示此資料行中是否允許 null 值。
Public property AutoIncrement 取得或設定值,這個值表示將新的資料列插入資料表時,資料行是否會自動遞增它的值。
Public property AutoIncrementSeed 取得或設定資料行的起始值,這個值會將該資料行的 AutoIncrement 屬性設定為 true
Public property AutoIncrementStep 取得或設定資料行的增量,此增量會將該資料行的 AutoIncrement 屬性設定為 true
Public property Collation 取得或設定資料行的定序 (Collation)。定序是用來判斷如何比較、排序和呈現資料的一組規則。
Public property ColumnName 取得或設定資料行的名稱。
Public property DataType 取得或設定 Type 物件,這個物件表示儲存於資料行中的資料型別。
Public property DefaultValue 在建立新的資料列時取得或設定資料行的預設值。
Public property MaxLength 取得或設定文字資料行的最大長度。
Public property NumericPrecision 當資料型別為 Decimal 時,取得或設定資料行的數字整數位數。
Public property NumericScale 當資料型別為 Decimal 時,取得或設定資料行的數值小數位數。
Public property ProviderDataType 取得或設定資料行的 SQL Server 資料型別。
Public property RowGuid 取得或設定此資料行是否為 Guid 的值。
Public property Unique 取得或設定此資料行中每一個資料列的值是否必須是唯一的值。

頂端

公用方法

(另請參閱 受保護的方法 )

  名稱 描述
Public method Equals  多載。 (繼承自 Object。)
Public method GetHashCode  (繼承自 Object。)
Public method GetType  (繼承自 Object。)
Public method Bb734548.static(zh-tw,SQL.105).gif ReferenceEquals  (繼承自 Object。)
Public method ToString  (繼承自 Object。)

頂端

受保護的方法

  名稱 描述
Protected method Finalize  (繼承自 Object。)
Protected method MemberwiseClone  (繼承自 Object。)

頂端

請參閱

參考

SyncSchemaColumn 類別
Microsoft.Synchronization.Data 命名空間