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