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
    Get
    Set
'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);
}
member GlobalName : string with get, set
function get GlobalName () : String
function set GlobalName (value : String)

Property Value

Type: System.String
The name that other nodes in a synchronization topology use to identify a table.

Exceptions

Exception Condition
ArgumentNullException

value is a null reference (Nothing in Visual Basic).

ArgumentException

value is empty.

See Also

Reference

DbSyncTableDescription Class

Microsoft.Synchronization.Data Namespace