다음을 통해 공유


SyncAdapterCollection.Remove 메서드 (String)

테이블 이름을 지정한 경우 컬렉션에서 맨 처음 발견되는 SyncAdapter 개체를 제거합니다.

네임스페이스: Microsoft.Synchronization.Data.Server
어셈블리: microsoft.synchronization.data.server.dll의 Microsoft.Synchronization.Data.Server

구문

‘선언
Public Sub Remove ( _
    tableName As String _
)
‘사용 방법
Dim instance As SyncAdapterCollection
Dim tableName As String

instance.Remove(tableName)
public void Remove (
    string tableName
)
public:
void Remove (
    String^ tableName
)
public void Remove (
    String tableName
)
public function Remove (
    tableName : String
)

매개 변수

참고 항목

참조

SyncAdapterCollection 클래스
SyncAdapterCollection 멤버
Microsoft.Synchronization.Data.Server 네임스페이스