Classe FunctionStatementBody
Represents the CREATE/ALTER FUNCTION statement.
Hierarquia de herança
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 (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public MustInherit Class FunctionStatementBody _
Inherits ProcedureStatementBodyBase
'Uso
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
O tipo FunctionStatementBody expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
FunctionStatementBody | Initializes a new instance of the FunctionStatementBody class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
FirstTokenIndex | Gets or sets the first token index. (Herdado de TSqlFragment.) | |
FragmentLength | Gets the fragment length. (Herdado de TSqlFragment.) | |
LastTokenIndex | Gets or sets the last token index. (Herdado de TSqlFragment.) | |
MethodSpecifier | Gets or sets the method specifier. (Herdado de 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. (Herdado de 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. (Herdado de TSqlFragment.) | |
StartColumn | Gets the starting column. (Herdado de TSqlFragment.) | |
StartLine | Gets the starting line. (Herdado de TSqlFragment.) | |
StartOffset | Gets the fragment start offset value. (Herdado de TSqlFragment.) | |
StatementList | Gets or sets a statement list. (Herdado de ProcedureStatementBodyBase.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accept | Indicates the entry point for a given visitor. (Herdado de TSqlFragment.) | |
AcceptChildren | Calls Accept on the children with the given visitor. (Substitui ProcedureStatementBodyBase.AcceptChildren(TSqlFragmentVisitor).) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.