Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents the alter procedure statement.
Иерархия наследования
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
Microsoft.SqlServer.TransactSql.ScriptDom.ProcedureStatementBodyBase
Microsoft.SqlServer.TransactSql.ScriptDom.ProcedureStatementBody
Microsoft.SqlServer.TransactSql.ScriptDom.AlterProcedureStatement
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class AlterProcedureStatement _
Inherits ProcedureStatementBody
'Применение
Dim instance As AlterProcedureStatement
[SerializableAttribute]
public class AlterProcedureStatement : ProcedureStatementBody
[SerializableAttribute]
public ref class AlterProcedureStatement : public ProcedureStatementBody
[<SerializableAttribute>]
type AlterProcedureStatement =
class
inherit ProcedureStatementBody
end
public class AlterProcedureStatement extends ProcedureStatementBody
Тип AlterProcedureStatement обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
AlterProcedureStatement | Initializes a new instance of the AlterProcedureStatement class. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
FirstTokenIndex | Gets or sets the first token index. (Производный от TSqlFragment.) |
![]() |
FragmentLength | Gets the fragment length. (Производный от TSqlFragment.) |
![]() |
IsForReplication | Gets or sets whether FOR REPLICATION is defined. (Производный от ProcedureStatementBody.) |
![]() |
LastTokenIndex | Gets or sets the last token index. (Производный от TSqlFragment.) |
![]() |
MethodSpecifier | Gets or sets the method specifier. (Производный от ProcedureStatementBodyBase.) |
![]() |
Options | Gets or sets the procedure with options. (Производный от ProcedureStatementBody.) |
![]() |
Parameters | Gets a list of parameters. (Производный от ProcedureStatementBodyBase.) |
![]() |
ProcedureReference | Gets or sets the name of the procedure. (Производный от ProcedureStatementBody.) |
![]() |
ScriptTokenStream | Gets or sets a list of token streams. (Производный от TSqlFragment.) |
![]() |
StartColumn | Gets the starting column. (Производный от TSqlFragment.) |
![]() |
StartLine | Gets the starting line. (Производный от TSqlFragment.) |
![]() |
StartOffset | Gets the fragment start offset value. (Производный от TSqlFragment.) |
![]() |
StatementList | Gets or sets a statement list. (Производный от ProcedureStatementBodyBase.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Accept | Accepts visitor. (Переопределяет TSqlFragment.Accept(TSqlFragmentVisitor).) |
![]() |
AcceptChildren | Accepts visitor for Children. (Переопределяет ProcedureStatementBody.AcceptChildren(TSqlFragmentVisitor).) |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)