SecurityPrivilegesRequest クラス
操作のセキュリティ特権を指定する要求メッセージを表します。
継承階層
System.Object
Microsoft.MasterDataServices.SecurityPrivilegesRequest
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<MessageContractAttribute(WrapperName := "SecurityPrivilegesRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class SecurityPrivilegesRequest
'使用
Dim instance As SecurityPrivilegesRequest
[MessageContractAttribute(WrapperName = "SecurityPrivilegesRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class SecurityPrivilegesRequest
[MessageContractAttribute(WrapperName = L"SecurityPrivilegesRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class SecurityPrivilegesRequest
[<MessageContractAttribute(WrapperName = "SecurityPrivilegesRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type SecurityPrivilegesRequest = class end
public class SecurityPrivilegesRequest
SecurityPrivilegesRequest 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
SecurityPrivilegesRequest() | SecurityPrivilegesRequest クラスの既定値を持つ新しいインスタンスを初期化します。 | |
SecurityPrivilegesRequest(International, SecurityPrivileges) | 指定されたカルチャ設定と取得するセキュリティ特権を持つ SecurityPrivilegesRequest クラスの新しいインスタンスを初期化します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
フィールド
名前 | 説明 | |
---|---|---|
International | カルチャ設定。 | |
Privileges | 取得するセキュリティ特権。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。