Condividi tramite


Metodo IDataServiceMetadataProvider.GetResourceAssociationSet

Ottiene l'istanza di ResourceAssociationSet se viene fornita l'estremità dell'associazione di origine.

Spazio dei nomi  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Function GetResourceAssociationSet ( _
    resourceSet As ResourceSet, _
    resourceType As ResourceType, _
    resourceProperty As ResourceProperty _
) As ResourceAssociationSet
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.Data.Services.Providers.ResourceAssociationSet
Istanza di ResourceAssociationSet.

Vedere anche

Riferimento

IDataServiceMetadataProvider Interfaccia

Spazio dei nomi System.Data.Services.Providers