Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates new metadata components.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function MetadataCreate ( _
International As International, _
Metadata As Metadata, _
ReturnCreatedIdentifiers As Boolean, _
<OutAttribute> ByRef OperationResult As OperationResult _
) As Metadata
'Usage
Dim instance As ServiceClient
Dim International As International
Dim Metadata As Metadata
Dim ReturnCreatedIdentifiers As Boolean
Dim OperationResult As OperationResult
Dim returnValue As Metadata
returnValue = instance.MetadataCreate(International, _
Metadata, ReturnCreatedIdentifiers, _
OperationResult)
public Metadata MetadataCreate(
International International,
Metadata Metadata,
bool ReturnCreatedIdentifiers,
out OperationResult OperationResult
)
public:
Metadata^ MetadataCreate(
International^ International,
Metadata^ Metadata,
bool ReturnCreatedIdentifiers,
[OutAttribute] OperationResult^% OperationResult
)
member MetadataCreate :
International:International *
Metadata:Metadata *
ReturnCreatedIdentifiers:bool *
OperationResult:OperationResult byref -> Metadata
public function MetadataCreate(
International : International,
Metadata : Metadata,
ReturnCreatedIdentifiers : boolean,
OperationResult : OperationResult
) : Metadata
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- Metadata
Type: Microsoft.MasterDataServices.Metadata
The metadata that is used to create a new metadata.
- ReturnCreatedIdentifiers
Type: System.Boolean
true to return the created identifiers; otherwise, false.
- OperationResult
Type: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
Return Value
Type: Microsoft.MasterDataServices.Metadata
A newly created Metadata.