Clase StagingGetRequest
Specifies the criteria in StagingResultCriteria for the retrieval of staging information.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.StagingGetRequest
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<MessageContractAttribute(WrapperName := "StagingGetRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class StagingGetRequest
'Uso
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
El tipo StagingGetRequest expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.