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
- resourceSet
Tipo: System.Data.Services.Providers.ResourceSet
Set di risorse dell'estremità dell'associazione di origine.
- resourceType
Tipo: System.Data.Services.Providers.ResourceType
Tipo di risorsa dell'estremità dell'associazione di origine.
- resourceProperty
Tipo: System.Data.Services.Providers.ResourceProperty
Proprietà di risorsa dell'estremità dell'associazione di origine.
Valore restituito
Tipo: System.Data.Services.Providers.ResourceAssociationSet
Istanza di ResourceAssociationSet.