次の方法で共有


SecurityPrincipalsGetResponse クラス

定義

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

取得するプリンシパル。

適用対象