次の方法で共有


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

アソシエーション セットのソース End の ResourceAssociationSetEnd

end2
ResourceAssociationSetEnd

アソシエーション セットのターゲット End の ResourceAssociationSetEnd

適用対象