取得或設定伺服器上要建立 SyncAdapter 的資料表名稱。
命名空間: Microsoft.Synchronization.Data.Server
組件: Microsoft.Synchronization.Data.Server (在 microsoft.synchronization.data.server.dll)
語法
'宣告
Public Property TableName As String
'用途
Dim instance As SyncAdapter
Dim value As String
value = instance.TableName
instance.TableName = value
public string TableName { get; set; }
public:
property String^ TableName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_TableName ()
/** @property */
public void set_TableName (String value)
public function get TableName () : String
public function set TableName (value : String)
屬性值
伺服器上要建立 SyncAdapter 的資料表名稱。
請參閱
參考
SyncAdapter 類別
SyncAdapter 成員
Microsoft.Synchronization.Data.Server 命名空間