Classe EntityStagingGetResponse
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents an entity staging get return object.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.EntityStagingGetResponse
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<MessageContractAttribute(WrapperName := "EntityStagingGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityStagingGetResponse
'Uso
Dim instance As EntityStagingGetResponse
[MessageContractAttribute(WrapperName = "EntityStagingGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class EntityStagingGetResponse
[MessageContractAttribute(WrapperName = L"EntityStagingGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class EntityStagingGetResponse
[<MessageContractAttribute(WrapperName = "EntityStagingGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type EntityStagingGetResponse = class end
public class EntityStagingGetResponse
O tipo EntityStagingGetResponse expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EntityStagingGetResponse() | Infraestrutura. Initializes a new instance of the EntityStagingGetResponse class. | |
EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult) | Infraestrutura. Initializes a new instance of the EntityStagingGetResponse class with the specified batch count, batches, and operation result. |
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 | |
---|---|---|
BatchCount | Infraestrutura. Specifies the total number of batches. | |
Batches | Infraestrutura. Specifies a list of entity staging batches. | |
OperationResult | Infraestrutura. Specifies the operation result. |
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.