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 the SyncSchemaColumns collection that represents the columns in the table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property Columns As SyncSchemaColumns
'Usage
Dim instance As SyncSchemaTable
Dim value As SyncSchemaColumns
value = instance.Columns
public SyncSchemaColumns Columns { get; }
public:
property SyncSchemaColumns^ Columns {
SyncSchemaColumns^ get ();
}
/** @property */
public SyncSchemaColumns get_Columns ()
public function get Columns () : SyncSchemaColumns
Property Value
A SyncSchemaColumns collection that represents the columns in the table.
See Also
Reference
SyncSchemaTable Class
SyncSchemaTable Members
Microsoft.Synchronization.Data Namespace