Dela via


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
    Get
'Usage
Dim instance As SyncSchemaTable
Dim value As SyncSchemaColumns

value = instance.Columns
public SyncSchemaColumns Columns { get; }
public:
property SyncSchemaColumns^ Columns {
    SyncSchemaColumns^ get ();
}
member Columns : SyncSchemaColumns
function get Columns () : SyncSchemaColumns

Property Value

Type: Microsoft.Synchronization.Data.SyncSchemaColumns
A SyncSchemaColumns collection that represents the columns in the table.

See Also

Reference

SyncSchemaTable Class

Microsoft.Synchronization.Data Namespace