Compartir a través de


SqlCeSyncProviderAdapterConfiguration.TableName Propiedad

Obtiene o establece el nombre, sin los delimitadores específicos de la base de datos, que el nodo local de una topología de sincronización utiliza 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("Name")> _
Public Property TableName As String
'Uso
Dim instance As SqlCeSyncProviderAdapterConfiguration
Dim value As String

value = instance.TableName

instance.TableName = value
[XmlAttributeAttribute("Name")] 
public string TableName { get; set; }
[XmlAttributeAttribute(L"Name")] 
public:
property String^ TableName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_TableName ()

/** @property */
public void set_TableName (String value)
public function get TableName () : String

public function set TableName (value : String)

Valor de la propiedad

Nombre que el nodo local de una topología de sincronización utiliza para identificar una tabla.

Vea también

Referencia

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