次の方法で共有


SecurityPrivilegesRequest クラス

定義

操作のセキュリティ特権を指定する要求メッセージを表します。

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

コンストラクター

SecurityPrivilegesRequest()

SecurityPrivilegesRequest クラスの既定値を持つ新しいインスタンスを初期化します。

SecurityPrivilegesRequest(International, SecurityPrivileges)

指定されたカルチャ設定と取得するセキュリティ特権を持つ SecurityPrivilegesRequest クラスの新しいインスタンスを初期化します。

フィールド

International

カルチャ設定。

Privileges

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

適用対象