ServerDdlTrigger.ExecutionContextLogin プロパティ
サーバー DDL トリガーが実行されるコンテキストでログインを取得または設定します。
この API は、CLS に準拠していません。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcReferenceAttribute(GetType(Login), "Server[@Name = '{0}']/Login[@Name = '{1}']", _
)> _
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
<CLSCompliantAttribute(False)> _
Public Property ExecutionContextLogin As String
Get
Set
'使用
Dim instance As ServerDdlTrigger
Dim value As String
value = instance.ExecutionContextLogin
instance.ExecutionContextLogin = value
[SfcReferenceAttribute(typeof(Login), "Server[@Name = '{0}']/Login[@Name = '{1}']",
)]
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
[CLSCompliantAttribute(false)]
public string ExecutionContextLogin { get; set; }
[SfcReferenceAttribute(typeof(Login), L"Server[@Name = '{0}']/Login[@Name = '{1}']",
)]
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
[CLSCompliantAttribute(false)]
public:
property String^ ExecutionContextLogin {
String^ get ();
void set (String^ value);
}
[<SfcReferenceAttribute(typeof(Login), "Server[@Name = '{0}']/Login[@Name = '{1}']",
)>]
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
[<CLSCompliantAttribute(false)>]
member ExecutionContextLogin : string with get, set
function get ExecutionContextLogin () : String
function set ExecutionContextLogin (value : String)
プロパティ値
型: System.String
サーバー DDL トリガーを発生させるイベントを示す ServerDdlTriggerEventSet オブジェクトです。
説明
このプロパティは、ExecutionContext プロパティが ExecuteAsLogin に設定されている場合にのみ必要です。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間