Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 | |
|---|---|---|
![]() |
AlterFunctionStatement | Initializes a new instance of the AlterFunctionStatement class. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
FirstTokenIndex | Gets or sets the first token index. Ereditato da TSqlFragment. |
![]() |
FragmentLength | Gets the fragment length. Ereditato da TSqlFragment. |
![]() |
LastTokenIndex | Gets or sets the last token index. Ereditato da TSqlFragment. |
![]() |
MethodSpecifier | Gets or sets the method specifier. Ereditato da ProcedureStatementBodyBase. |
![]() |
Name | Gets or sets the name of the function. Can at most be a two part name. Ereditato da FunctionStatementBody. |
![]() |
Options | Gets or sets options in a WITH clause - different options for procedure and function. Custom Manual processing. Ereditato da FunctionStatementBody. |
![]() |
OrderHint | Gets or sets an optional CLR table-valued options order hint. Valid only in case of CLR table-valued function. Ereditato da FunctionStatementBody. |
![]() |
Parameters | Gets a list of parameters. Ereditato da ProcedureStatementBodyBase. |
![]() |
ReturnType | Gets or sets the function return type. Depending on this property, Statements may be empty collection. Ereditato da FunctionStatementBody. |
![]() |
ScriptTokenStream | Gets or sets a list of token streams. Ereditato da TSqlFragment. |
![]() |
StartColumn | Gets the starting column. Ereditato da TSqlFragment. |
![]() |
StartLine | Gets the starting line. Ereditato da TSqlFragment. |
![]() |
StartOffset | Gets the fragment start offset value. Ereditato da TSqlFragment. |
![]() |
StatementList | Gets or sets a statement list. Ereditato da ProcedureStatementBodyBase. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept | Accepts visitor. Esegue l'override di TSqlFragment.Accept(TSqlFragmentVisitor). |
![]() |
AcceptChildren | Accepts visitor for Children. Esegue l'override di FunctionStatementBody.AcceptChildren(TSqlFragmentVisitor). |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.
.gif)
.gif)
.gif)