Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Specifies the execute as options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration ExecuteAsOption
'Usage
Dim instance As ExecuteAsOption
public enum ExecuteAsOption
public enum class ExecuteAsOption
type ExecuteAsOption
public enum ExecuteAsOption
Members
| Member name | Description | |
|---|---|---|
| Caller | The Caller option. | |
| Login | The Login option. | |
| Owner | The Owner option. | |
| Self | The Self option. | |
| String | The String option. | |
| User | The User option. |