SqlSyncDescriptionBuilder 成員
表示與同步處理相關之 SQL Server 資料庫的範圍和資料表資訊。
方法
名稱 | 描述 | |
---|---|---|
GetDescriptionForScope(String, SqlConnection) | 傳回 DbSyncScopeDescription 物件,其中包含針對 SQL Server 資料庫所定義之指定範圍的相關資訊。 | |
GetDescriptionForScope(String, String, SqlConnection) | 傳回 DbSyncScopeDescription 物件,其中包含針對 SQL Server 資料庫所定義之指定範圍的相關資訊。 | |
GetDescriptionForScope(String, String, String, SqlConnection) | 傳回 DbSyncScopeDescription 物件,其中包含針對 SQL Server 資料庫所定義之指定範圍的相關資訊。 | |
GetDescriptionForTable(String, SqlConnection) | 傳回 DbSyncTableDescription 物件,其中包含 SQL Server 資料庫中指定之資料表的相關結構描述資訊。 | |
GetDescriptionForTable(String, Collection< (Of < <' (String> ) > > ), SqlConnection) | 傳回 DbSyncTableDescription 物件,其中包含 SQL Server 資料庫中指定之資料表的相關結構描述資訊。 |
頂端