IDataServiceMetadataProvider.GetResourceAssociationSet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ResourceAssociationSet instance when given the source association end.
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
Parameters
- resourceSet
- ResourceSet
Resource set of the source association end.
- resourceType
- ResourceType
Resource type of the source association end.
- resourceProperty
- ResourceProperty
Resource property of the source association end.
Returns
A ResourceAssociationSet instance.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.