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, который является целевой стороной набора ассоциаций.

Применяется к