ServiceClient.MetadataGet 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.
Retrieves the metadata for the given criteria.
public:
Microsoft::MasterDataServices::Metadata ^ MetadataGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::MetadataResultOptions ^ ResultOptions, Microsoft::MasterDataServices::MetadataSearchCriteria ^ SearchCriteria, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public Microsoft.MasterDataServices.Metadata MetadataGet (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.MetadataResultOptions ResultOptions, Microsoft.MasterDataServices.MetadataSearchCriteria SearchCriteria, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.MetadataGet : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.MetadataResultOptions * Microsoft.MasterDataServices.MetadataSearchCriteria * OperationResult -> Microsoft.MasterDataServices.Metadata
Public Function MetadataGet (International As International, ResultOptions As MetadataResultOptions, SearchCriteria As MetadataSearchCriteria, ByRef OperationResult As OperationResult) As Metadata
Parameters
- International
- International
The cultural settings.
- ResultOptions
- MetadataResultOptions
The options used to specify the result of the get operation.
- SearchCriteria
- MetadataSearchCriteria
The criteria that specifies the metadata to retrieve.
- OperationResult
- OperationResult
When this method returns, contains the operation result. This parameter is passed uninitialized.
Returns
The Metadata for the given criteria.