Classe EntityStagingGetRequest
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the input message contract for the EntityStagingGet service call.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.EntityStagingGetRequest
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<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
O tipo EntityStagingGetRequest expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EntityStagingGetRequest() | Infraestrutura. Initializes a new instance of the EntityStagingGetRequest class. | |
EntityStagingGetRequest(International, EntityStagingGetCriteria) | Infraestrutura. Initializes a new instance of the EntityStagingGetRequest class with the specified international and get criteria. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
GetCriteria | Infraestrutura. Specifies the criteria to use to get entity staging batches. | |
International | Infraestrutura. The cultural setting. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.