StagingProcessRequest Class

Specifies the details of the staging process request.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.StagingProcessRequest

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<MessageContractAttribute(WrapperName := "StagingProcessRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class StagingProcessRequest
'Usage
Dim instance As StagingProcessRequest
[MessageContractAttribute(WrapperName = "StagingProcessRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class StagingProcessRequest
[MessageContractAttribute(WrapperName = L"StagingProcessRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class StagingProcessRequest
[<MessageContractAttribute(WrapperName = "StagingProcessRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type StagingProcessRequest =  class end
public class StagingProcessRequest

The StagingProcessRequest type exposes the following members.

Constructors

  Name Description
Public method StagingProcessRequest() Initializes a new instance of the StagingProcessRequest class that has default values.
Public method StagingProcessRequest(International, Boolean, StagingUnbatchedCriteria) Initializes a new instance of the StagingProcessRequest class that has the specified cultural settings, .

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public field International The cultural settings.
Public field Process If true, run the staging queue; otherwise, false.
Public field UnbatchedCriteria Criteria for the unbatched records that will be put into the new batch.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.MasterDataServices Namespace