MetadataCloneRequest Class

Definition

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.

Applies to