ExecuteAsOption 枚举
Specifies the execute as options.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration ExecuteAsOption
用法
Dim instance As ExecuteAsOption
public enum ExecuteAsOption
public enum class ExecuteAsOption
type ExecuteAsOption
public enum ExecuteAsOption
成员
成员名称 | 说明 | |
---|---|---|
Caller | The Caller option. | |
Login | The Login option. | |
Owner | The Owner option. | |
Self | The Self option. | |
String | The String option. | |
User | The User option. |