IDataServiceMetadataProvider.GetResourceAssociationSet Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'istanza di ResourceAssociationSet se viene fornita l'estremità dell'associazione di origine.
public:
System::Data::Services::Providers::ResourceAssociationSet ^ GetResourceAssociationSet(System::Data::Services::Providers::ResourceSet ^ resourceSet, System::Data::Services::Providers::ResourceType ^ resourceType, System::Data::Services::Providers::ResourceProperty ^ resourceProperty);
public System.Data.Services.Providers.ResourceAssociationSet GetResourceAssociationSet (System.Data.Services.Providers.ResourceSet resourceSet, System.Data.Services.Providers.ResourceType resourceType, System.Data.Services.Providers.ResourceProperty resourceProperty);
abstract member GetResourceAssociationSet : System.Data.Services.Providers.ResourceSet * System.Data.Services.Providers.ResourceType * System.Data.Services.Providers.ResourceProperty -> System.Data.Services.Providers.ResourceAssociationSet
Public Function GetResourceAssociationSet (resourceSet As ResourceSet, resourceType As ResourceType, resourceProperty As ResourceProperty) As ResourceAssociationSet
Parametri
- resourceSet
- ResourceSet
Set di risorse dell'estremità dell'associazione di origine.
- resourceType
- ResourceType
Tipo di risorsa dell'estremità dell'associazione di origine.
- resourceProperty
- ResourceProperty
Proprietà di risorsa dell'estremità dell'associazione di origine.
Restituisce
Istanza di ResourceAssociationSet.