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 命名空間