SqlCeSyncProviderAdapterConfiguration.GlobalTableName 属性

获取或设置由同步拓扑中的其他节点用来标识表的名称,包括数据库特定分隔符。

命名空间: Microsoft.Synchronization.Data.SqlServerCe
程序集: Microsoft.Synchronization.Data.SqlServerCe(在 microsoft.synchronization.data.sqlserverce.dll 中)

语法

声明
<XmlAttributeAttribute("GlobalName")> _
Public Property GlobalTableName As String
用法
Dim instance As SqlCeSyncProviderAdapterConfiguration
Dim value As String

value = instance.GlobalTableName

instance.GlobalTableName = value
[XmlAttributeAttribute("GlobalName")] 
public string GlobalTableName { get; set; }
[XmlAttributeAttribute(L"GlobalName")] 
public:
property String^ GlobalTableName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_GlobalTableName ()

/** @property */
public void set_GlobalTableName (String value)
public function get GlobalTableName () : String

public function set GlobalTableName (value : String)

属性值

同步拓扑中供其他节点用于标识表的名称。

请参阅

参考

SqlCeSyncProviderAdapterConfiguration 类
SqlCeSyncProviderAdapterConfiguration 成员
Microsoft.Synchronization.Data.SqlServerCe 命名空间