다음을 통해 공유


DesignerDataRelationship 생성자

정의

지정한 이름, 부모 열 및 자식 관계를 사용하여 DesignerDataRelationship 클래스의 새 인스턴스를 초기화합니다.

public:
 DesignerDataRelationship(System::String ^ name, System::Collections::ICollection ^ parentColumns, System::ComponentModel::Design::Data::DesignerDataTable ^ childTable, System::Collections::ICollection ^ childColumns);
public DesignerDataRelationship (string name, System.Collections.ICollection parentColumns, System.ComponentModel.Design.Data.DesignerDataTable childTable, System.Collections.ICollection childColumns);
new System.ComponentModel.Design.Data.DesignerDataRelationship : string * System.Collections.ICollection * System.ComponentModel.Design.Data.DesignerDataTable * System.Collections.ICollection -> System.ComponentModel.Design.Data.DesignerDataRelationship
Public Sub New (name As String, parentColumns As ICollection, childTable As DesignerDataTable, childColumns As ICollection)

매개 변수

name
String

관계의 이름입니다.

parentColumns
ICollection

관계를 정의하는 부모 테이블의 열입니다.

childTable
DesignerDataTable

관계의 자식 테이블입니다.

childColumns
ICollection

관계를 정의하는 자식 테이블의 열입니다.

적용 대상