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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.