Udostępnij za pośrednictwem


ResourceAssociationSet Konstruktor

Definicja

Tworzy nowe wystąpienie klasy 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

Nazwa zestawu skojarzeń.

end1
ResourceAssociationSetEnd

ResourceAssociationSetEnd znajduje się na końcu źródłowego zestawu skojarzeń.

end2
ResourceAssociationSetEnd

ResourceAssociationSetEnd znajduje się na końcu docelowego zestawu skojarzeń.

Dotyczy