ExecutionContextType 列挙体
ユーザー定義モジュールの実行コンテキストを示します。
名前空間: Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ: Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)
構文
'宣言
Public Enumeration ExecutionContextType
'使用
Dim instance As ExecutionContextType
public enum ExecutionContextType
public enum class ExecutionContextType
type ExecutionContextType
public enum ExecutionContextType
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| Caller | 実行コンテキストは、モジュールの呼び出し元です。 | |
| ExecuteAsLogin | 実行コンテキストは、指定されたログイン名です。 | |
| ExecuteAsUser | 実行コンテキストは、指定されたユーザー名です。 | |
| Owner | 実行コンテキストは、モジュールの現在の所有者です。 | |
| Self | 実行コンテキストは、モジュールを作成または変更しているユーザーです。 |