Clase StagingProcessRequest
Specifies the details of the staging process request.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.StagingProcessRequest
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<MessageContractAttribute(WrapperName := "StagingProcessRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class StagingProcessRequest
'Uso
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
El tipo StagingProcessRequest expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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, . |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.