다음을 통해 공유


DbSyncAdapterCollection.Remove 메서드 (String)

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

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

구문

‘선언
Public Sub Remove ( _
    tableName As String _
)
‘사용 방법
Dim instance As DbSyncAdapterCollection
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
)

매개 변수

참고 항목

참조

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