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.
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
)
member Remove :
columnName:string -> unit
public function Remove(
columnName : String
)
Parameters
- columnName
Type: System.String
The name of the column to remove from the SyncSchemaColumn collection.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | columnName is a null reference (Nothing in Visual Basic). |