SystemDomainListGetResponse 類別

定義

提供網域清單結果。

public ref class SystemDomainListGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SystemDomainListGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemDomainListGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SystemDomainListGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemDomainListGetResponse = class
Public Class SystemDomainListGetResponse
繼承
SystemDomainListGetResponse
屬性

建構函式

SystemDomainListGetResponse()

初始化包含預設值之 SystemDomainListGetResponse 類別的新執行個體。

SystemDomainListGetResponse(OperationResult, Collection<SystemDomainList>)

初始化具有指定的作業結果和系統網域清單之 SystemDomainListGetResponse 類別的新執行個體。

欄位

OperationResult

作業結果,包括追蹤和記錄的唯一識別碼。

SystemDomainLists

要在回應中傳回之系統網域清單的陣列。

適用於