Partager via


Classe StagingGetRequest

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<MessageContractAttribute(WrapperName := "StagingGetRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class StagingGetRequest
'Utilisation
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

Le type StagingGetRequest expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique StagingGetRequest() () () () Initializes a new instance of the StagingGetRequest class that has default values.
Méthode publique 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.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ public IncludeUnbatchedInformation If true, unbatched information is included; otherwise, false.
Champ public International The cultural settings.
Champ public StagingResultCriteria Criteria to determine what is returned.
Champ public StagingSearchCriteria Criteria to determine what is searched for.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.