SyncAdapterCollection.Remove メソッド (String)

テーブル名が指定されている場合は、コレクション内で最初に見つかった SyncAdapter オブジェクトを削除します。

名前空間: Microsoft.Synchronization.Data.Server
アセンブリ: Microsoft.Synchronization.Data.Server (microsoft.synchronization.data.server.dll 内)

構文

'宣言
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 名前空間