Share via


DbSyncTableDescription.GlobalName Property

Gets or sets the name, including database-specific delimiters, that other nodes in a synchronization topology use to identify a table.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property GlobalName As String
'Usage
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);
}
/** @property */
public String get_GlobalName ()

/** @property */
public void set_GlobalName (String value)
public function get GlobalName () : String

public function set GlobalName (value : String)

Property Value

The name that other nodes in a synchronization topology use to identify a table.

See Also

Reference

DbSyncTableDescription Class
DbSyncTableDescription Members
Microsoft.Synchronization.Data Namespace