Clase EntityStagingGetRequest
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents the input message contract for the EntityStagingGet service call.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.EntityStagingGetRequest
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<MessageContractAttribute(WrapperName := "EntityStagingGetRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityStagingGetRequest
'Uso
Dim instance As EntityStagingGetRequest
[MessageContractAttribute(WrapperName = "EntityStagingGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class EntityStagingGetRequest
[MessageContractAttribute(WrapperName = L"EntityStagingGetRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class EntityStagingGetRequest
[<MessageContractAttribute(WrapperName = "EntityStagingGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type EntityStagingGetRequest = class end
public class EntityStagingGetRequest
El tipo EntityStagingGetRequest expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
EntityStagingGetRequest() | Infraestructura. Initializes a new instance of the EntityStagingGetRequest class. | |
EntityStagingGetRequest(International, EntityStagingGetCriteria) | Infraestructura. Initializes a new instance of the EntityStagingGetRequest class with the specified international and get 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 | |
---|---|---|
GetCriteria | Infraestructura. Specifies the criteria to use to get entity staging batches. | |
International | Infraestructura. The cultural setting. |
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.