Partager via


Propriété SyncSchemaTables.Count

Obtient le nombre d'objets SyncSchemaTable dans la collection.

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

Syntaxe

'Déclaration
Public ReadOnly Property Count As Integer
'Utilisation
Dim instance As SyncSchemaTables
Dim value As Integer

value = instance.Count
public int Count { get; }
public:
property int Count {
    int get ();
}
/** @property */
public int get_Count ()
public function get Count () : int

Valeur de propriété

Nombre d'objets SyncSchemaTable dans la collection.

Voir aussi

Référence

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