Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Removes the first occurrence of a SyncSchemaTable 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 ( _
name As String _
)
'Usage
Dim instance As SyncSchemaTables
Dim name As String
instance.Remove(name)
public void Remove (
string name
)
public:
void Remove (
String^ name
)
public void Remove (
String name
)
public function Remove (
name : String
)
Parameters
- name
The name of the SyncSchemaTable object to remove from the SyncSchemaTables collection.
See Also
Reference
SyncSchemaTables Class
SyncSchemaTables Members
Microsoft.Synchronization.Data Namespace