다음을 통해 공유


ResourceAssociationSet 생성자

정의

ResourceAssociationSet 클래스의 새 인스턴스를 만듭니다.

public:
 ResourceAssociationSet(System::String ^ name, System::Data::Services::Providers::ResourceAssociationSetEnd ^ end1, System::Data::Services::Providers::ResourceAssociationSetEnd ^ end2);
public ResourceAssociationSet (string name, System.Data.Services.Providers.ResourceAssociationSetEnd end1, System.Data.Services.Providers.ResourceAssociationSetEnd end2);
new System.Data.Services.Providers.ResourceAssociationSet : string * System.Data.Services.Providers.ResourceAssociationSetEnd * System.Data.Services.Providers.ResourceAssociationSetEnd -> System.Data.Services.Providers.ResourceAssociationSet
Public Sub New (name As String, end1 As ResourceAssociationSetEnd, end2 As ResourceAssociationSetEnd)

매개 변수

name
String

연결 집합의 이름입니다.

end1
ResourceAssociationSetEnd

연결 집합의 원본 끝에 있는 ResourceAssociationSetEnd입니다.

end2
ResourceAssociationSetEnd

연결 집합의 대상 끝에 있는 ResourceAssociationSetEnd입니다.

적용 대상