SystemDomainListGetResponse クラス
ドメイン リストの結果を提供します。
継承階層
System. . :: . .Object
Microsoft.MasterDataServices..::..SystemDomainListGetResponse
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<MessageContractAttribute(WrapperName := "SystemDomainListGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class SystemDomainListGetResponse
'使用
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
SystemDomainListGetResponse 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
SystemDomainListGetResponse() () () () | SystemDomainListGetResponse クラスの既定値を持つ新しいインスタンスを初期化します。 | |
SystemDomainListGetResponse(OperationResult, Collection< (Of < <' (SystemDomainList> ) > > )) | 指定された操作結果とシステム ドメイン リストを持つ SystemDomainListGetResponse クラスの新しいインスタンスを初期化します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
フィールド
名前 | 説明 | |
---|---|---|
OperationResult | 追跡およびログ記録の一意の ID を含む操作結果。 | |
SystemDomainLists | 応答で返されるシステム ドメイン リストの配列。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。