Freigeben über


DbSyncTableDescription.UnquotedGlobalName-Eigenschaft

Ruft den Namen ohne datenbankspezifische Trennzeichen ab, den andere Knoten in einer Synchronisierungstopologie zur Identifizierung einer Tabelle verwenden, oder legt ihn fest.

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

Syntax

'Declaration
Public ReadOnly Property UnquotedGlobalName As String
'Usage
Dim instance As DbSyncTableDescription
Dim value As String

value = instance.UnquotedGlobalName
public string UnquotedGlobalName { get; }
public:
property String^ UnquotedGlobalName {
    String^ get ();
}
/** @property */
public String get_UnquotedGlobalName ()
public function get UnquotedGlobalName () : String

Eigenschaftenwert

Der Name, der von anderen Knoten in einer Synchronisierungstopologie verwendet wird, um eine Tabelle zu identifizieren.

Siehe auch

Verweis

DbSyncTableDescription-Klasse
DbSyncTableDescription-Member
Microsoft.Synchronization.Data-Namespace