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

この操作結果には、追跡と記録のための一意IDが含まれます。

SystemDomainLists

システムドメインの配列が応答で返すリストです。

適用対象