FOREIGN KEY 제약 조건의 자식 테이블을 가져옵니다.
네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data
구문
‘선언
Public ReadOnly Property ChildTable As String
‘사용 방법
Dim instance As SyncSchemaForeignKey
Dim value As String
value = instance.ChildTable
public string ChildTable { get; }
public:
property String^ ChildTable {
String^ get ();
}
/** @property */
public String get_ChildTable ()
public function get ChildTable () : String
속성 값
FOREIGN KEY 제약 조건의 자식 테이블입니다.
참고 항목
참조
SyncSchemaForeignKey 클래스
SyncSchemaForeignKey 멤버
Microsoft.Synchronization.Data 네임스페이스