SyncSchemaForeignKeys 개체에 포함된 값의 컬렉션을 가져옵니다.
네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data
구문
‘선언
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 네임스페이스