SyncSchemaForeignKeys.Values 属性

获取在 SyncSchemaForeignKeys 对象中包含的值的集合。

命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)

语法

声明
Public ReadOnly Property Values As IEnumerable(Of SyncSchemaForeignKey)
用法
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 ();
}
/** @property */
public IEnumerable<SyncSchemaForeignKey> get_Values ()
public function get Values () : IEnumerable<SyncSchemaForeignKey>

属性值

SyncSchemaForeignKeys 对象中包含的值的集合。

请参阅

参考

SyncSchemaForeignKeys 类
SyncSchemaForeignKeys 成员
Microsoft.Synchronization.Data 命名空间