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 collection of DbSyncColumnDescription objects that represent all columns in a table.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)
Syntax
'Declaration
<XmlElementAttribute("Col")> _
Public ReadOnly Property Columns As Collection(Of DbSyncColumnDescription)
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
Dim value As Collection(Of DbSyncColumnDescription)
value = instance.Columns
[XmlElementAttribute("Col")]
public Collection<DbSyncColumnDescription> Columns { get; }
[XmlElementAttribute(L"Col")]
public:
property Collection<DbSyncColumnDescription^>^ Columns {
Collection<DbSyncColumnDescription^>^ get ();
}
/** @property */
public Collection<DbSyncColumnDescription> get_Columns ()
public function get Columns () : Collection<DbSyncColumnDescription>
Property Value
A collection of DbSyncColumnDescription objects that represent all columns in a table.
See Also
Reference
SqlSyncProviderAdapterConfiguration Class
SqlSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServer Namespace