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 | |
---|---|---|
StagingGetRequest() | Initializes a new instance of the StagingGetRequest class that has default values. | |
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 | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
IncludeUnbatchedInformation | If true, unbatched information is included; otherwise, false. | |
International | The cultural settings. | |
StagingResultCriteria | Criteria to determine what is returned. | |
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.