SyncAdapter.TableName 属性
获取或设置服务器上要为其创建 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 命名空间