SyncSchemaTables.Item propriété (Int32)
Obtient un objet SyncSchemaTable à partir de la collection à l'index spécifié.
Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As SyncSchemaTable
'Utilisation
Dim instance As SyncSchemaTables
Dim index As Integer
Dim value As SyncSchemaTable
value = instance(index)
public SyncSchemaTable this [
int index
] { get; }
public:
property SyncSchemaTable^ default [int] {
SyncSchemaTable^ get (int index);
}
/** @property */
public SyncSchemaTable get_Item (int index)
Paramètres
- index
Index de base zéro de l'objet SyncSchemaTable à retourner à partir de la collection SyncSchemaTables.
Valeur de propriété
Objet SyncSchemaTable à l'index spécifié.
Voir aussi
Référence
Classe SyncSchemaTables
Membres SyncSchemaTables
Espace de noms Microsoft.Synchronization.Data