Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a list of DbSyncColumnDescription objects that represent all primary key columns in a table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId:="Pk")> _
Public ReadOnly Property PkColumns As IEnumerable(Of DbSyncColumnDescription)
'Usage
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>
Property Value
A list of DbSyncColumnDescription objects that represent all primary key columns in a table.
See Also
Reference
DbSyncTableDescription Class
DbSyncTableDescription Members
Microsoft.Synchronization.Data Namespace