Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Represents the Create 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.CreateFunctionStatement
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class CreateFunctionStatement _
Inherits FunctionStatementBody
'Uso
Dim instance As CreateFunctionStatement
[SerializableAttribute]
public class CreateFunctionStatement : FunctionStatementBody
[SerializableAttribute]
public ref class CreateFunctionStatement : public FunctionStatementBody
[<SerializableAttribute>]
type CreateFunctionStatement =
class
inherit FunctionStatementBody
end
public class CreateFunctionStatement extends FunctionStatementBody
O tipo CreateFunctionStatement expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
CreateFunctionStatement | Initializes a new instance of the CreateFunctionStatement 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. (Herdado de FunctionStatementBody.) |
![]() |
Options | Gets or sets options in a WITH clause - different options for procedure and function. Custom Manual processing. (Herdado de FunctionStatementBody.) |
![]() |
OrderHint | Gets or sets an optional CLR table-valued options order hint. Valid only in case of CLR table-valued function. (Herdado de FunctionStatementBody.) |
![]() |
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. (Herdado de FunctionStatementBody.) |
![]() |
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. (Substitui TSqlFragment.Accept(TSqlFragmentVisitor).) |
![]() |
AcceptChildren | Calls Accept on the children with the given visitor. (Substitui FunctionStatementBody.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.