SyncSchemaTables.Remove 메서드
컬렉션에서 맨 처음 발견되는 지정한 이름의 SyncSchemaTable 개체를 제거합니다.
네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data
구문
‘선언
Public Sub Remove ( _
name As String _
)
‘사용 방법
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
)
매개 변수
- name
SyncSchemaTables 컬렉션에서 제거할 SyncSchemaTable 개체의 이름입니다.
참고 항목
참조
SyncSchemaTables 클래스
SyncSchemaTables 멤버
Microsoft.Synchronization.Data 네임스페이스