ServiceClient.MetadataUpdate(International, Metadata) 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.
Updates the specified metadata.
public:
Microsoft::MasterDataServices::OperationResult ^ MetadataUpdate(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Metadata ^ Metadata);
public Microsoft.MasterDataServices.OperationResult MetadataUpdate (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.Metadata Metadata);
member this.MetadataUpdate : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.Metadata -> Microsoft.MasterDataServices.OperationResult
Public Function MetadataUpdate (International As International, Metadata As Metadata) As OperationResult
Parameters
- International
- International
The cultural settings.
- Metadata
- Metadata
The metadata to update.
Returns
An OperationResult object that represents the result of the operation.