Partager via


Classe AlterFunctionStatement

Represents the Alter Function statement.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class AlterFunctionStatement _
    Inherits FunctionStatementBody
'Utilisation
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

Le type AlterFunctionStatement expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique AlterFunctionStatement Initializes a new instance of the AlterFunctionStatement class.

Haut de la page

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique Accept Accepts visitor. (remplace TSqlFragment.Accept(TSqlFragmentVisitor).)
Méthode publique AcceptChildren Accepts visitor for Children. (remplace FunctionStatementBody.AcceptChildren(TSqlFragmentVisitor).)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom