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. |