VersionCopyResponse Class

Definition

Defines the message contract for the version copy response.

public ref class VersionCopyResponse
[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="VersionCopyResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class VersionCopyResponse
[<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="VersionCopyResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type VersionCopyResponse = class
Public Class VersionCopyResponse
Inheritance
VersionCopyResponse
Attributes

Remarks

VersionCopyResponse provides only standard operation results.

Constructors

VersionCopyResponse()

Initializes a new instance of the VersionCopyResponse class that has default values.

VersionCopyResponse(OperationResult)

Initializes a new instance of the VersionCopyResponse class that has the specified operation result.

Fields

OperationResult

The operation result, including a unique ID for tracking and logging.

Applies to