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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.