Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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). |