共用方式為


DbSyncTableDescription.PkColumns 屬性

取得代表資料表中所有主索引鍵資料行的 DbSyncColumnDescription 物件清單。

命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)

語法

'宣告
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId:="Pk")> _
Public ReadOnly Property PkColumns As IEnumerable(Of DbSyncColumnDescription)
'用途
Dim instance As DbSyncTableDescription
Dim value As IEnumerable(Of DbSyncColumnDescription)

value = instance.PkColumns
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Pk")] 
public IEnumerable<DbSyncColumnDescription> PkColumns { get; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId=L"Pk")] 
public:
property IEnumerable<DbSyncColumnDescription^>^ PkColumns {
    IEnumerable<DbSyncColumnDescription^>^ get ();
}
/** @property */
public IEnumerable<DbSyncColumnDescription> get_PkColumns ()
public function get PkColumns () : IEnumerable<DbSyncColumnDescription>

屬性值

代表資料表中所有主索引鍵資料行的 DbSyncColumnDescription 物件清單。

請參閱

參考

DbSyncTableDescription 類別
DbSyncTableDescription 成員
Microsoft.Synchronization.Data 命名空間