Partager via


Values propriété

Obtient une collection des valeurs contenues dans l'objet SyncSchemaForeignKeys.

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

Syntaxe

'Déclaration
Public ReadOnly Property Values As IEnumerable(Of SyncSchemaForeignKey)
    Get
'Utilisation
Dim instance As SyncSchemaForeignKeys
Dim value As IEnumerable(Of SyncSchemaForeignKey)

value = instance.Values
public IEnumerable<SyncSchemaForeignKey> Values { get; }
public:
property IEnumerable<SyncSchemaForeignKey^>^ Values {
    IEnumerable<SyncSchemaForeignKey^>^ get ();
}
member Values : IEnumerable<SyncSchemaForeignKey>
function get Values () : IEnumerable<SyncSchemaForeignKey>

Valeur de la propriété

Type : System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'SyncSchemaForeignKey> ) > ) >
Collection des valeurs contenues dans l'objet SyncSchemaForeignKeys.

Voir aussi

Référence

SyncSchemaForeignKeys Classe

Membres SyncSchemaForeignKeys

Espace de noms Microsoft.Synchronization.Data