Condividi tramite


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
Metodo pubblico StagingProcessRequest() () () () Initializes a new instance of the StagingProcessRequest class that has default values.
Metodo pubblico StagingProcessRequest(International, Boolean, StagingUnbatchedCriteria) Initializes a new instance of the StagingProcessRequest class that has the specified cultural settings, .

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo pubblico International The cultural settings.
Campo pubblico Process If true, run the staging queue; otherwise, false.
Campo pubblico 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.