ResourceAssociationSet Constructor

Definition

Creates a new instance of the ResourceAssociationSet class.

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)

Parameters

name
String

Name of the association set.

end1
ResourceAssociationSetEnd

ResourceAssociationSetEnd that is at the source end of the association set.

end2
ResourceAssociationSetEnd

ResourceAssociationSetEnd that is at the target end of the association set.

Applies to