Condividi tramite


Classe SystemDomainListGetResponse

Provides domain list results.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices..::..SystemDomainListGetResponse

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

Sintassi

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

Nel tipo SystemDomainListGetResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico SystemDomainListGetResponse() () () () Initializes a new instance of the SystemDomainListGetResponse class that has default values.
Metodo pubblico SystemDomainListGetResponse(OperationResult, Collection< (Of < <' (SystemDomainList> ) > > )) Initializes a new instance of the SystemDomainListGetResponse class that has the specified operation result and system domain lists.

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 OperationResult The operation result, including a unique ID for tracking and logging.
Campo pubblico SystemDomainLists An array of the system domain lists to return in the response.

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.