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