Partager via


Propriété SchemaCreatedEventArgs.Table

Obtient un objet SyncTable qui contient des paramètres pour la table qui a été créée.

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

Syntaxe

'Déclaration
Public ReadOnly Property Table As SyncTable
'Utilisation
Dim instance As SchemaCreatedEventArgs
Dim value As SyncTable

value = instance.Table
public SyncTable Table { get; }
public:
property SyncTable^ Table {
    SyncTable^ get ();
}
/** @property */
public SyncTable get_Table ()
public function get Table () : SyncTable

Valeur de propriété

Objet SyncTable qui contient des paramètres pour la table qui a été créée.

Voir aussi

Référence

Classe SchemaCreatedEventArgs
Membres SchemaCreatedEventArgs
Espace de noms Microsoft.Synchronization.Data