Перечисление 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.

См. также

Справочник

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom