Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Obtiene la instancia de ResourceAssociationSet cuando se proporciona el extremo de asociación de origen.
Espacio de nombres: System.Data.Services.Providers
Ensamblado: Microsoft.Data.Services (en Microsoft.Data.Services.dll)
Sintaxis
'Declaración
Function GetResourceAssociationSet ( _
resourceSet As ResourceSet, _
resourceType As ResourceType, _
resourceProperty As ResourceProperty _
) As ResourceAssociationSet
'Uso
Dim instance As IDataServiceMetadataProvider
Dim resourceSet As ResourceSet
Dim resourceType As ResourceType
Dim resourceProperty As ResourceProperty
Dim returnValue As ResourceAssociationSet
returnValue = instance.GetResourceAssociationSet(resourceSet, _
resourceType, resourceProperty)
ResourceAssociationSet GetResourceAssociationSet(
ResourceSet resourceSet,
ResourceType resourceType,
ResourceProperty resourceProperty
)
ResourceAssociationSet^ GetResourceAssociationSet(
ResourceSet^ resourceSet,
ResourceType^ resourceType,
ResourceProperty^ resourceProperty
)
abstract GetResourceAssociationSet :
resourceSet:ResourceSet *
resourceType:ResourceType *
resourceProperty:ResourceProperty -> ResourceAssociationSet
function GetResourceAssociationSet(
resourceSet : ResourceSet,
resourceType : ResourceType,
resourceProperty : ResourceProperty
) : ResourceAssociationSet
Parámetros
- resourceSet
Tipo: System.Data.Services.Providers.ResourceSet
Conjunto de recursos del extremo de asociación de origen.
- resourceType
Tipo: System.Data.Services.Providers.ResourceType
Tipo de recurso del extremo de asociación de origen.
- resourceProperty
Tipo: System.Data.Services.Providers.ResourceProperty
Propiedad de recurso del extremo de asociación de origen.
Valor devuelto
Tipo: System.Data.Services.Providers.ResourceAssociationSet
Una instancia de ResourceAssociationSet.