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

取得するセキュリティ特権。

適用対象