Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the CREATE/ALTER FUNCTION statement.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
Microsoft.SqlServer.TransactSql.ScriptDom.ProcedureStatementBodyBase
Microsoft.SqlServer.TransactSql.ScriptDom.FunctionStatementBody
Microsoft.SqlServer.TransactSql.ScriptDom.AlterFunctionStatement
Microsoft.SqlServer.TransactSql.ScriptDom.CreateFunctionStatement
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class FunctionStatementBody _
Inherits ProcedureStatementBodyBase
'Usage
Dim instance As FunctionStatementBody
[SerializableAttribute]
public abstract class FunctionStatementBody : ProcedureStatementBodyBase
[SerializableAttribute]
public ref class FunctionStatementBody abstract : public ProcedureStatementBodyBase
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type FunctionStatementBody =
class
inherit ProcedureStatementBodyBase
end
public abstract class FunctionStatementBody extends ProcedureStatementBodyBase
Der FunctionStatementBody-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
FunctionStatementBody | Initializes a new instance of the FunctionStatementBody class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
FirstTokenIndex | Gets or sets the first token index. (Geerbt von TSqlFragment.) |
![]() |
FragmentLength | Gets the fragment length. (Geerbt von TSqlFragment.) |
![]() |
LastTokenIndex | Gets or sets the last token index. (Geerbt von TSqlFragment.) |
![]() |
MethodSpecifier | Gets or sets the method specifier. (Geerbt von ProcedureStatementBodyBase.) |
![]() |
Name | Gets or sets the name of the function. Can at most be a two part name. |
![]() |
Options | Gets or sets options in a WITH clause - different options for procedure and function. Custom Manual processing. |
![]() |
OrderHint | Gets or sets an optional CLR table-valued options order hint. Valid only in case of CLR table-valued function. |
![]() |
Parameters | Gets a list of parameters. (Geerbt von ProcedureStatementBodyBase.) |
![]() |
ReturnType | Gets or sets the function return type. Depending on this property, Statements may be empty collection. |
![]() |
ScriptTokenStream | Gets or sets a list of token streams. (Geerbt von TSqlFragment.) |
![]() |
StartColumn | Gets the starting column. (Geerbt von TSqlFragment.) |
![]() |
StartLine | Gets the starting line. (Geerbt von TSqlFragment.) |
![]() |
StartOffset | Gets the fragment start offset value. (Geerbt von TSqlFragment.) |
![]() |
StatementList | Gets or sets a statement list. (Geerbt von ProcedureStatementBodyBase.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Accept | Indicates the entry point for a given visitor. (Geerbt von TSqlFragment.) |
![]() |
AcceptChildren | Calls Accept on the children with the given visitor. (Überschreibt ProcedureStatementBodyBase.AcceptChildren(TSqlFragmentVisitor).) |
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)