Condividi tramite


Classe AlterFunctionStatement

Represents the Alter Function statement.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class AlterFunctionStatement _
    Inherits FunctionStatementBody
'Utilizzo
Dim instance As AlterFunctionStatement
[SerializableAttribute]
public class AlterFunctionStatement : FunctionStatementBody
[SerializableAttribute]
public ref class AlterFunctionStatement : public FunctionStatementBody
[<SerializableAttribute>]
type AlterFunctionStatement =  
    class 
        inherit FunctionStatementBody 
    end
public class AlterFunctionStatement extends FunctionStatementBody

Nel tipo AlterFunctionStatement sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AlterFunctionStatement Initializes a new instance of the AlterFunctionStatement class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica FirstTokenIndex Gets or sets the first token index. Ereditato da TSqlFragment.
Proprietà pubblica FragmentLength Gets the fragment length. Ereditato da TSqlFragment.
Proprietà pubblica LastTokenIndex Gets or sets the last token index. Ereditato da TSqlFragment.
Proprietà pubblica MethodSpecifier Gets or sets the method specifier. Ereditato da ProcedureStatementBodyBase.
Proprietà pubblica Name Gets or sets the name of the function. Can at most be a two part name. Ereditato da FunctionStatementBody.
Proprietà pubblica Options Gets or sets options in a WITH clause - different options for procedure and function. Custom Manual processing. Ereditato da FunctionStatementBody.
Proprietà pubblica OrderHint Gets or sets an optional CLR table-valued options order hint. Valid only in case of CLR table-valued function. Ereditato da FunctionStatementBody.
Proprietà pubblica Parameters Gets a list of parameters. Ereditato da ProcedureStatementBodyBase.
Proprietà pubblica ReturnType Gets or sets the function return type. Depending on this property, Statements may be empty collection. Ereditato da FunctionStatementBody.
Proprietà pubblica ScriptTokenStream Gets or sets a list of token streams. Ereditato da TSqlFragment.
Proprietà pubblica StartColumn Gets the starting column. Ereditato da TSqlFragment.
Proprietà pubblica StartLine Gets the starting line. Ereditato da TSqlFragment.
Proprietà pubblica StartOffset Gets the fragment start offset value. Ereditato da TSqlFragment.
Proprietà pubblica StatementList Gets or sets a statement list. Ereditato da ProcedureStatementBodyBase.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Accept Accepts visitor. Esegue l'override di TSqlFragment.Accept(TSqlFragmentVisitor).
Metodo pubblico AcceptChildren Accepts visitor for Children. Esegue l'override di FunctionStatementBody.AcceptChildren(TSqlFragmentVisitor).
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom