ResourceAssociationSetEnd(ResourceSet, ResourceType, ResourceProperty) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the ResourceAssociationSetEnd class.
public:
ResourceAssociationSetEnd(System::Data::Services::Providers::ResourceSet ^ resourceSet, System::Data::Services::Providers::ResourceType ^ resourceType, System::Data::Services::Providers::ResourceProperty ^ resourceProperty);
public ResourceAssociationSetEnd (System.Data.Services.Providers.ResourceSet resourceSet, System.Data.Services.Providers.ResourceType resourceType, System.Data.Services.Providers.ResourceProperty resourceProperty);
new System.Data.Services.Providers.ResourceAssociationSetEnd : System.Data.Services.Providers.ResourceSet * System.Data.Services.Providers.ResourceType * System.Data.Services.Providers.ResourceProperty -> System.Data.Services.Providers.ResourceAssociationSetEnd
Public Sub New (resourceSet As ResourceSet, resourceType As ResourceType, resourceProperty As ResourceProperty)
Parameters
- resourceSet
- ResourceSet
Resource set to which the ResourceAssociationSetEnd end belongs.
- resourceType
- ResourceType
Resource type to which the ResourceAssociationSetEnd end belongs.
- resourceProperty
- ResourceProperty
Resource property that returns the ResourceAssociationSetEnd end.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.