Classe EntityStagingClearResponse
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a response message that specifies counts for the batches and attribute, member, and relationship records cleared.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.EntityStagingClearResponse
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute(WrapperName := "EntityStagingClearResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityStagingClearResponse
'Utilizzo
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
Nel tipo EntityStagingClearResponse sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
EntityStagingClearResponse() | Infrastruttura. Initializes a new instance of the EntityStagingClearResponse class. | |
EntityStagingClearResponse(OperationResult) | Infrastruttura. Initializes a new instance of the EntityStagingClearResponse class that has the specified operation result. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
OperationResult | Infrastruttura. Specifies the result of an operation. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.