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 | |
---|---|---|
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, . |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
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. |
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.