Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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. |