SecurityPrincipalsGetResponse クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MDS セキュリティ取得応答のメッセージ コントラクトを表します。
public ref class SecurityPrincipalsGetResponse
[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="SecurityPrincipalsGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SecurityPrincipalsGetResponse
[<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="SecurityPrincipalsGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrincipalsGetResponse = class
Public Class SecurityPrincipalsGetResponse
- 継承
-
SecurityPrincipalsGetResponse
- 属性
コンストラクター
SecurityPrincipalsGetResponse() |
SecurityPrincipalsGetResponse クラスの既定値を持つ新しいインスタンスを初期化します。 |
SecurityPrincipalsGetResponse(OperationResult, SecurityPrincipals) |
指定された操作結果と取得するプリンシパルを持つ SecurityPrincipalsGetResponse クラスの新しいインスタンスを初期化します。 |
フィールド
OperationResult |
追跡およびログ記録の一意の ID を含む操作結果。 |
Principals |
取得するプリンシパル。 |