Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of DbSyncColumnDescription objects that represent all columns in a table other than the primary key columns.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
Public ReadOnly Property NonPkColumns As IEnumerable(Of DbSyncColumnDescription)
'Usage
Dim instance As SqlCeSyncProviderAdapterConfiguration
Dim value As IEnumerable(Of DbSyncColumnDescription)
value = instance.NonPkColumns
public IEnumerable<DbSyncColumnDescription> NonPkColumns { get; }
public:
property IEnumerable<DbSyncColumnDescription^>^ NonPkColumns {
IEnumerable<DbSyncColumnDescription^>^ get ();
}
/** @property */
public IEnumerable<DbSyncColumnDescription> get_NonPkColumns ()
public function get NonPkColumns () : IEnumerable<DbSyncColumnDescription>
Property Value
A list of DbSyncColumnDescription objects that represent all columns in a table other than the primary key columns.
See Also
Reference
SqlCeSyncProviderAdapterConfiguration Class
SqlCeSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServerCe Namespace