MetadataUpdateRequest 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 MetadataUpdateRequest class.
Overloads
MetadataUpdateRequest() |
Initializes a new instance of the MetadataUpdateRequest class that has default values. |
MetadataUpdateRequest(International, Metadata) |
Initializes a new instance of the MetadataUpdateRequest class that has the specified cultural settings and metadata to update. |
MetadataUpdateRequest()
Initializes a new instance of the MetadataUpdateRequest class that has default values.
public:
MetadataUpdateRequest();
public MetadataUpdateRequest ();
Public Sub New ()
Applies to
MetadataUpdateRequest(International, Metadata)
Initializes a new instance of the MetadataUpdateRequest class that has the specified cultural settings and metadata to update.
public:
MetadataUpdateRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Metadata ^ Metadata);
public MetadataUpdateRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.Metadata Metadata);
new Microsoft.MasterDataServices.MetadataUpdateRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.Metadata -> Microsoft.MasterDataServices.MetadataUpdateRequest
Public Sub New (International As International, Metadata As Metadata)
Parameters
- International
- International
The cultural settings.
- Metadata
- Metadata
The metadata to update.