Condividi tramite


Classe ServiceVersionGetResponse

Defines the message contract for the Service Check get response.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.ServiceVersionGetResponse

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<MessageContractAttribute(WrapperName := "ServiceVersionGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class ServiceVersionGetResponse
'Utilizzo
Dim instance As ServiceVersionGetResponse
[MessageContractAttribute(WrapperName = "ServiceVersionGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class ServiceVersionGetResponse
[MessageContractAttribute(WrapperName = L"ServiceVersionGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class ServiceVersionGetResponse
[<MessageContractAttribute(WrapperName = "ServiceVersionGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type ServiceVersionGetResponse =  class end
public class ServiceVersionGetResponse

Nel tipo ServiceVersionGetResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ServiceVersionGetResponse() Initializes a new instance of the ServiceVersionGetResponse class.
Metodo pubblico ServiceVersionGetResponse(Int32, OperationResult, Version) Initializes a new instance of the ServiceVersionGetResponse class with the specified values.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo pubblico ApiContractVersion Specifies the version of the API contract.
Campo pubblico OperationResult Specifies the result of an operation.
Campo pubblico Version Specifies the version of the service instance.

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices