Share via


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

応答で返されるシステム ドメイン リストの配列。

適用対象