Freigeben über


SqlSyncTableProvisioning.UnquotedLocalName-Eigenschaft

Ruft den Namen ohne datenbankspezifische Trennzeichen ab, der vom lokalen Knoten in einer Synchronisierungstopologie zur Identifizierung einer Tabelle verwendet wird.

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

Syntax

'Declaration
Public ReadOnly Property UnquotedLocalName As String
'Usage
Dim instance As SqlSyncTableProvisioning
Dim value As String

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

Eigenschaftenwert

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

Siehe auch

Verweis

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