Partager via


Propriété SqlSyncTableProvisioning.UnquotedGlobalName

Obtient le nom, sans les délimiteurs spécifiques à la base de données, utilisé par les autres nœuds d'une topologie de synchronisation pour identifier une table.

Espace de noms: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (dans microsoft.synchronization.data.sqlserver.dll)

Syntaxe

'Déclaration
Public ReadOnly Property UnquotedGlobalName As String
'Utilisation
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

Valeur de propriété

Nom utilisé par les autres nœuds d'une topologie de synchronisation pour identifier une table.

Voir aussi

Référence

Classe SqlSyncTableProvisioning
Membres SqlSyncTableProvisioning
Espace de noms Microsoft.Synchronization.Data.SqlServer