ServiceClient.MetadataCreate 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.
Creates new metadata components.
public:
Microsoft::MasterDataServices::Metadata ^ MetadataCreate(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Metadata ^ Metadata, bool ReturnCreatedIdentifiers, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public Microsoft.MasterDataServices.Metadata MetadataCreate (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.Metadata Metadata, bool ReturnCreatedIdentifiers, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.MetadataCreate : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.Metadata * bool * OperationResult -> Microsoft.MasterDataServices.Metadata
Public Function MetadataCreate (International As International, Metadata As Metadata, ReturnCreatedIdentifiers As Boolean, ByRef OperationResult As OperationResult) As Metadata
Parameters
- International
- International
The cultural settings.
- Metadata
- Metadata
The metadata that is used to create a new metadata.
- ReturnCreatedIdentifiers
- Boolean
true
to return the created identifiers; otherwise, false
.
- OperationResult
- OperationResult
When this method returns, contains the operation result. This parameter is passed uninitialized.
Returns
A newly created Metadata.