Freigeben über


SqlSyncTableProvisioning.UnquotedGlobalName-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property UnquotedGlobalName As String
'Usage
Dim instance As SqlSyncTableProvisioning
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

SqlSyncTableProvisioning-Klasse
SqlSyncTableProvisioning-Member
Microsoft.Synchronization.Data.SqlServer-Namespace