ResourceAssociationSet 생성자
ResourceAssociationSet 클래스의 새 인스턴스를 만듭니다.
네임스페이스: System.Data.Services.Providers
어셈블리: Microsoft.Data.Services(Microsoft.Data.Services.dll)
구문
‘선언
Public Sub New ( _
name As String, _
end1 As ResourceAssociationSetEnd, _
end2 As ResourceAssociationSetEnd _
)
‘사용 방법
Dim name As String
Dim end1 As ResourceAssociationSetEnd
Dim end2 As ResourceAssociationSetEnd
Dim instance As New ResourceAssociationSet(name, end1, _
end2)
public ResourceAssociationSet(
string name,
ResourceAssociationSetEnd end1,
ResourceAssociationSetEnd end2
)
public:
ResourceAssociationSet(
String^ name,
ResourceAssociationSetEnd^ end1,
ResourceAssociationSetEnd^ end2
)
new :
name:string *
end1:ResourceAssociationSetEnd *
end2:ResourceAssociationSetEnd -> ResourceAssociationSet
public function ResourceAssociationSet(
name : String,
end1 : ResourceAssociationSetEnd,
end2 : ResourceAssociationSetEnd
)
매개 변수
- name
유형: System.String
연결 집합의 이름입니다.
- end1
유형: System.Data.Services.Providers.ResourceAssociationSetEnd
연결 집합의 원본 끝에 있는 ResourceAssociationSetEnd입니다.
- end2
유형: System.Data.Services.Providers.ResourceAssociationSetEnd
연결 집합의 대상 끝에 있는 ResourceAssociationSetEnd입니다.