Condividi tramite


Classe StagingGetRequest

Specifies the criteria in StagingResultCriteria for the retrieval of staging information.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices..::..StagingGetRequest

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

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

Nel tipo StagingGetRequest sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico StagingGetRequest() () () () Initializes a new instance of the StagingGetRequest class that has default values.
Metodo pubblico StagingGetRequest(International, Boolean, StagingResultCriteria, StagingSearchCriteria) Initializes a new instance of the StagingGetRequest class that has the specified cultural settings, a value indicating whether to include unbatched information, and staging result and staging search criteria.

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 IncludeUnbatchedInformation If true, unbatched information is included; otherwise, false.
Campo pubblico International The cultural settings.
Campo pubblico StagingResultCriteria Criteria to determine what is returned.
Campo pubblico StagingSearchCriteria Criteria to determine what is searched for.

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.