Sdílet prostřednictvím


ResourceAssociationSet Konstruktor

Definice

Vytvoří novou instanci třídy 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)

Parametry

name
String

Název sady přidružení.

end1
ResourceAssociationSetEnd

ResourceAssociationSetEnd na zdrojovém konci sady přidružení.

end2
ResourceAssociationSetEnd

ResourceAssociationSetEnd na cílovém konci sady přidružení.

Platí pro