StagingNameCheckResponse Class

Definition

Defines the message contract for the Staging Name Check response.

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

Constructors

StagingNameCheckResponse()

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

StagingNameCheckResponse(Boolean, OperationResult)

Initializes a new instance of the StagingNameCheckResponse class with the specified properties.

Fields

IsUnique

Specifies whether the staging name is unique.

OperationResult

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

Applies to