SyncSchemaTable.Columns Property
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
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncSchemaTable Class
SyncSchemaTable Members
Microsoft.Synchronization.Data Namespace