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