MetadataCreateRequest Constructors
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.
Initializes a new instance of the MetadataCreateRequest class.
Overloads
MetadataCreateRequest() |
Initializes a new instance of the MetadataCreateRequest class that has default values. |
MetadataCreateRequest(International, Metadata, Boolean) |
Initializes a new instance of the MetadataCreateRequest class that has the specified cultural settings, metadata, and object. |
MetadataCreateRequest()
Initializes a new instance of the MetadataCreateRequest class that has default values.
public:
MetadataCreateRequest();
public MetadataCreateRequest();
Public Sub New ()
Applies to
MetadataCreateRequest(International, Metadata, Boolean)
Initializes a new instance of the MetadataCreateRequest class that has the specified cultural settings, metadata, and object.
public:
MetadataCreateRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Metadata ^ Metadata, bool ReturnCreatedIdentifiers);
public MetadataCreateRequest(Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.Metadata Metadata, bool ReturnCreatedIdentifiers);
new Microsoft.MasterDataServices.MetadataCreateRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.Metadata * bool -> Microsoft.MasterDataServices.MetadataCreateRequest
Public Sub New (International As International, Metadata As Metadata, ReturnCreatedIdentifiers As Boolean)
Parameters
- International
- International
The cultural settings.
- Metadata
- Metadata
The metadata to create.
- ReturnCreatedIdentifiers
- Boolean
Indicates whether the object should be returned with the newly generated ID.