Propriété SqlCeSyncProviderAdapterConfiguration.GlobalTableName
Obtient ou définit le nom, y compris 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.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (dans microsoft.synchronization.data.sqlserverce.dll)
Syntaxe
'Déclaration
<XmlAttributeAttribute("GlobalName")> _
Public Property GlobalTableName As String
'Utilisation
Dim instance As SqlCeSyncProviderAdapterConfiguration
Dim value As String
value = instance.GlobalTableName
instance.GlobalTableName = value
[XmlAttributeAttribute("GlobalName")]
public string GlobalTableName { get; set; }
[XmlAttributeAttribute(L"GlobalName")]
public:
property String^ GlobalTableName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_GlobalTableName ()
/** @property */
public void set_GlobalTableName (String value)
public function get GlobalTableName () : String
public function set GlobalTableName (value : 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 SqlCeSyncProviderAdapterConfiguration
Membres SqlCeSyncProviderAdapterConfiguration
Espace de noms Microsoft.Synchronization.Data.SqlServerCe