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