SecurityPrivilegesGetResponse クラス

定義

操作結果を返すレスポンスメッセージと、返されたセキュリティ権限を含む SecurityPrivileges インスタンスを表します。

public ref class SecurityPrivilegesGetResponse
[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="SecurityPrivilegesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SecurityPrivilegesGetResponse
[<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="SecurityPrivilegesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrivilegesGetResponse = class
Public Class SecurityPrivilegesGetResponse
継承
SecurityPrivilegesGetResponse
属性

コンストラクター

名前 説明
SecurityPrivilegesGetResponse()

デフォルト値を持つ SecurityPrivilegesGetResponse クラスの新しいインスタンスを初期化します。

SecurityPrivilegesGetResponse(OperationResult, SecurityPrivileges)

指定された操作結果と取得するセキュリティ権限を持つ SecurityPrivilegesGetResponse クラスの新しいインスタンスを初期化します。

フィールド

名前 説明
OperationResult

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

Privileges

セキュリティ特権を得られる。

適用対象