共用方式為


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

適用於