Propriété SqlCeSyncProviderAdapterConfiguration.TableName
Obtient ou définit le nom, sans les délimiteurs spécifiques à la base de données, utilisé par le nœud local 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("Name")> _
Public Property TableName As String
'Utilisation
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)
Valeur de propriété
Nom utilisé par le nœud local 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