Share via


SystemDomainListGetResponse-Klasse

Provides domain list results.

Vererbungshierarchie

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

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<MessageContractAttribute(WrapperName := "SystemDomainListGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class SystemDomainListGetResponse
'Usage
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

Der SystemDomainListGetResponse-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode SystemDomainListGetResponse() () () () Initializes a new instance of the SystemDomainListGetResponse class that has default values.
Öffentliche Methode SystemDomainListGetResponse(OperationResult, Collection< (Of < <' (SystemDomainList> ) > > )) Initializes a new instance of the SystemDomainListGetResponse class that has the specified operation result and system domain lists.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld OperationResult The operation result, including a unique ID for tracking and logging.
Öffentliches Feld SystemDomainLists An array of the system domain lists to return in the response.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.