Values プロパティ

SyncSchemaForeignKeys オブジェクトに含まれる値のコレクションを取得します。

名前空間:  Microsoft.Synchronization.Data
アセンブリ:  Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)

構文

'宣言
Public ReadOnly Property Values As IEnumerable(Of SyncSchemaForeignKey)
    Get
'使用
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>

プロパティ値

型 : System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'SyncSchemaForeignKey> ) > ) >
SyncSchemaForeignKeys オブジェクトに含まれる値のコレクション。

参照

参照

SyncSchemaForeignKeysクラス

SyncSchemaForeignKeys メンバー

Microsoft.Synchronization.Data 名前空間