Remove 方法 (String)
在給定資料表名稱時,從此集合中移除第一次發生的 DbSyncAdapter 物件。
命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 Microsoft.Synchronization.Data.dll 中)
語法
'宣告
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
)
member Remove :
tableName:string -> unit
public function Remove(
tableName : String
)
參數
- tableName
型別:System. . :: . .String
資料表的名稱。指定此名稱,以便從 DbSyncAdapterCollection 中移除相關聯的 DbSyncAdapter 物件。