ParameterlessCallType 列舉
Specifies the parameterless call types.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Enumeration ParameterlessCallType
'用途
Dim instance As ParameterlessCallType
public enum ParameterlessCallType
public enum class ParameterlessCallType
type ParameterlessCallType
public enum ParameterlessCallType
成員
成員名稱 | 說明 | |
---|---|---|
CurrentTimestamp | The Call type is CurrentTimestamp. | |
CurrentUser | The Call type is CurrentUser. | |
SessionUser | The Call type is SessionUser. | |
SystemUser | The Call type is SystemUser. | |
User | The Call type is User. |