หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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. |