次の方法で共有


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
    アソシエーション セットの名前。

関連項目

参照

ResourceAssociationSet クラス

System.Data.Services.Providers 名前空間