StagingProcessRequest Class

Definition

Specifies the details of the staging process request.

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

Constructors

StagingProcessRequest()

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

StagingProcessRequest(International, Boolean, StagingUnbatchedCriteria)

Initializes a new instance of the StagingProcessRequest class that has the specified cultural settings, .

Fields

International

The cultural settings.

Process

If true, run the staging queue; otherwise, false.

UnbatchedCriteria

Criteria for the unbatched records that will be put into the new batch.

Applies to