Classe SystemDomainListGetResponse
Provides domain list results.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.SystemDomainListGetResponse
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<MessageContractAttribute(WrapperName := "SystemDomainListGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class SystemDomainListGetResponse
'Utilisation
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
Le type SystemDomainListGetResponse expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
SystemDomainListGetResponse() | Initializes a new instance of the SystemDomainListGetResponse class that has default values. | |
SystemDomainListGetResponse(OperationResult, Collection<SystemDomainList>) | Initializes a new instance of the SystemDomainListGetResponse class that has the specified operation result and system domain lists. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
OperationResult | The operation result, including a unique ID for tracking and logging. | |
SystemDomainLists | An array of the system domain lists to return in the response. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.