StagingNameCheckRequest Class

Definition

Defines the message contract for the staging name check request if the staging name is unique.

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

Constructors

StagingNameCheckRequest()

Initializes a new instance of the StagingNameCheckRequest class using default values.

StagingNameCheckRequest(International, String)

Initializes a new instance of the StagingNameCheckRequest class with specified requests.

Fields

International

The international request.

StagingName

The staging name request.

Applies to