ResourceAssociationSetEnd Constructor
Creates a new instance of the ResourceAssociationSetEnd class.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Sub New ( _
resourceSet As ResourceSet, _
resourceType As ResourceType, _
resourceProperty As ResourceProperty _
)
'Usage
Dim resourceSet As ResourceSet
Dim resourceType As ResourceType
Dim resourceProperty As ResourceProperty
Dim instance As New ResourceAssociationSetEnd(resourceSet, _
resourceType, resourceProperty)
public ResourceAssociationSetEnd(
ResourceSet resourceSet,
ResourceType resourceType,
ResourceProperty resourceProperty
)
public:
ResourceAssociationSetEnd(
ResourceSet^ resourceSet,
ResourceType^ resourceType,
ResourceProperty^ resourceProperty
)
new :
resourceSet:ResourceSet *
resourceType:ResourceType *
resourceProperty:ResourceProperty -> ResourceAssociationSetEnd
public function ResourceAssociationSetEnd(
resourceSet : ResourceSet,
resourceType : ResourceType,
resourceProperty : ResourceProperty
)
Parameters
- resourceSet
Type: System.Data.Services.Providers.ResourceSet
The resource set to which the ResourceAssociationSetEnd end belongs.
- resourceType
Type: System.Data.Services.Providers.ResourceType
The resource type to which the ResourceAssociationSetEnd end belongs.
- resourceProperty
Type: System.Data.Services.Providers.ResourceProperty
The resource property that returns the ResourceAssociationSetEnd end.