Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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). |