MetadataCloneRequest Class
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.
Defines the message contract for the metadata clone request.
public ref class MetadataCloneRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="MetadataCloneRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MetadataCloneRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="MetadataCloneRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MetadataCloneRequest = class
Public Class MetadataCloneRequest
- Inheritance
-
MetadataCloneRequest
- Attributes
Remarks
This request must include a Metadata complex type containing objects to be applied to the MDS repository.
Constructors
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. |
Fields
International |
The cultural settings. |
Metadata |
The metadata to clone. |