Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets a collection of the values that are contained in the SyncSchemaForeignKeys object.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Values As IEnumerable(Of SyncSchemaForeignKey)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IEnumerable<SyncSchemaForeignKey>
A collection of the values that are contained in the SyncSchemaForeignKeys object.