Freigeben über


ParameterlessCallType-Enumeration

Specifies the parameterless call types.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration ParameterlessCallType
'Usage
Dim instance As ParameterlessCallType
public enum ParameterlessCallType
public enum class ParameterlessCallType
type ParameterlessCallType
public enum ParameterlessCallType

Elemente

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

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace