Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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
Members
| Member name | Description | |
|---|---|---|
| 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. |