Classe StagingProcessRequest
Specifies the details of the staging process request.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.StagingProcessRequest
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute(WrapperName := "StagingProcessRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class StagingProcessRequest
'Utilizzo
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
Nel tipo StagingProcessRequest sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
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, . |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
![]() |
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. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.