Compartir a través de


SqlCeSyncProviderAdapterConfiguration.GlobalTableName Propiedad

Obtiene o establece el nombre, incluidos los delimitadores específicos de la base de datos, que otros nodos de una topología de sincronización utilizan para identificar una tabla.

Espacio de nombres: Microsoft.Synchronization.Data.SqlServerCe
Ensamblado: Microsoft.Synchronization.Data.SqlServerCe (en microsoft.synchronization.data.sqlserverce.dll)

Sintaxis

'Declaración
<XmlAttributeAttribute("GlobalName")> _
Public Property GlobalTableName As String
'Uso
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)

Valor de la propiedad

Nombre que otros nodos de una topología de sincronización utilizan para identificar una tabla.

Vea también

Referencia

SqlCeSyncProviderAdapterConfiguration Clase
SqlCeSyncProviderAdapterConfiguration Miembros
Microsoft.Synchronization.Data.SqlServerCe Espacio de nombres