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 SyncSchemaColumn object that has the specified name from the SyncSchemaColumns collection.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
columnName As String _
) As SyncSchemaColumn
'Usage
Dim instance As SyncSchemaTable
Dim columnName As String
Dim value As SyncSchemaColumn
value = instance(columnName)
public SyncSchemaColumn this [
string columnName
] { get; }
public:
property SyncSchemaColumn^ default [String^] {
SyncSchemaColumn^ get (String^ columnName);
}
/** @property */
public SyncSchemaColumn get_Item (String columnName)
Parameters
- columnName
The name of the column to get from the SyncSchemaColumns collection.
Property Value
A SyncSchemaColumn object that has the specified name.
See Also
Reference
SyncSchemaTable Class
SyncSchemaTable Members
Microsoft.Synchronization.Data Namespace