SyncSchemaColumns.Remove Method
Removes the first occurrence of a SyncSchemaColumn object with the specified name from the collection.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Sub Remove ( _
columnName As String _
)
'Usage
Dim instance As SyncSchemaColumns
Dim columnName As String
instance.Remove(columnName)
public void Remove (
string columnName
)
public:
void Remove (
String^ columnName
)
public void Remove (
String columnName
)
public function Remove (
columnName : String
)
Parameters
- columnName
The name of the column to remove from the SyncSchemaColumn collection.
See Also
Reference
SyncSchemaColumns Class
SyncSchemaColumns Members
Microsoft.Synchronization.Data Namespace