GlobalName 属性
获取或设置由同步拓扑中的其他节点用来标识表的名称,包括数据库特定分隔符。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)
语法
声明
Public Property GlobalName As String
Get
Set
用法
Dim instance As DbSyncTableDescription
Dim value As String
value = instance.GlobalName
instance.GlobalName = value
public string GlobalName { get; set; }
public:
property String^ GlobalName {
String^ get ();
void set (String^ value);
}
member GlobalName : string with get, set
function get GlobalName () : String
function set GlobalName (value : String)
属性值
类型:System. . :: . .String
供同步拓扑中的其他节点用于标识表的名称。
异常
异常 | 条件 |
---|---|
ArgumentNullException | value 为 null Nothing nullptr unit null 引用(在 Visual Basic 中为 Nothing) 。 |
ArgumentException | value 为空。 |