Classe SystemDomainListGetResponse
Provides domain list results.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.SystemDomainListGetResponse
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<MessageContractAttribute(WrapperName := "SystemDomainListGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class SystemDomainListGetResponse
'Uso
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
O tipo SystemDomainListGetResponse expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
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. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.