Classe MetadataDeleteResponse
Defines the message contract for the metadata delete response.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.MetadataDeleteResponse
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute(WrapperName := "MetadataDeleteResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class MetadataDeleteResponse
'Utilizzo
Dim instance As MetadataDeleteResponse
[MessageContractAttribute(WrapperName = "MetadataDeleteResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class MetadataDeleteResponse
[MessageContractAttribute(WrapperName = L"MetadataDeleteResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class MetadataDeleteResponse
[<MessageContractAttribute(WrapperName = "MetadataDeleteResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type MetadataDeleteResponse = class end
public class MetadataDeleteResponse
Nel tipo MetadataDeleteResponse sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
MetadataDeleteResponse() | Initializes a new instance of the MetadataDeleteResponse class that has default values. |
![]() |
MetadataDeleteResponse(OperationResult) | Initializes a new instance of the MetadataDeleteResponse 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 | The operation result, including a unique ID for tracking and logging. |
In alto
Osservazioni
MetadataDeleteResponse only provides standard operation results.
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.