共用方式為


DbSyncColumnDescription 成員

表示 DbSyncTableDescription 物件之 Columns 清單中所包含的資料行結構描述。這是在資料庫佈建期間使用的。

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

公用建構函式

  名稱 描述
Public method DbSyncColumnDescription 多載。初始化 DbSyncColumnDescription 類別的新執行個體。

頂端

公用屬性

  名稱 描述
Public property AutoIncrementSeed 針對將新資料列插入資料表時自動遞增其值的資料行取得或設定起始值。
Public property AutoIncrementSeedSpecified 取得或設定是否已指定 AutoIncrementSeed 屬性的值。
Public property AutoIncrementStep 針對將新資料列插入資料表時自動遞增其值的資料行取得或設定遞增步驟值。
Public property AutoIncrementStepSpecified 取得或設定是否已指定 AutoIncrementStep 屬性的值。
Public property DefaultValue 在建立新的資料列時取得或設定資料行的預設值。
Public property DefaultValueSpecified 取得或設定是否已指定 DefaultValue 屬性的值。
Public property IsNullable 取得或設定值,這個值表示此資料行中是否允許 Null 值。
Public property IsNullableSpecified 取得或設定是否已指定 IsNullable 屬性的值。
Public property IsPrimaryKey 取得或設定這個資料行是否屬於資料表的主索引鍵一部分。
Public property IsPrimaryKeySpecified 取得或設定是否已指定 IsPrimaryKey 屬性的值。
Public property ParameterName 取得或設定用來在同步處理查詢中表示這個資料行的參數名稱。
Public property Precision 如果資料類型是數值,取得或設定資料行的有效位數。
Public property PrecisionSpecified 取得或設定是否已指定 Precision 屬性的值。
Public property QuotedName 取得資料行的名稱 (含資料庫特有的分隔符號)。
Public property Scale 如果資料類型是數值而且具有小數元件,取得或設定資料行的小數位數。
Public property ScaleSpecified 取得或設定是否已指定 Scale 屬性的值。
Public property Size 取得或設定資料行的大小。
Public property SizeSpecified 取得或設定是否已指定 Size 屬性的值。
Public property Type 取得或設定資料行的資料類型。
Public property UnquotedName 取得或設定資料行的名稱 (不含資料庫特有的分隔符號)。

頂端

公用方法

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

  名稱 描述
Public method Equals  多載。 (繼承自 Object。)
Public method GetHashCode  (繼承自 Object。)
Public method GetType  (繼承自 Object。)
Public method Dd937814.static(zh-tw,SQL.105).gif ReferenceEquals  (繼承自 Object。)
Public method ToString 覆寫。傳回表示 DbSyncColumnDescription 物件的字串。

頂端

受保護的方法

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

頂端

請參閱

參考

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