Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents a parameter that can be passed into a procedure.
Иерархия наследования
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.DeclareVariableElement
Microsoft.SqlServer.TransactSql.ScriptDom.ProcedureParameter
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class ProcedureParameter _
Inherits DeclareVariableElement
'Применение
Dim instance As ProcedureParameter
[SerializableAttribute]
public class ProcedureParameter : DeclareVariableElement
[SerializableAttribute]
public ref class ProcedureParameter : public DeclareVariableElement
[<SerializableAttribute>]
type ProcedureParameter =
class
inherit DeclareVariableElement
end
public class ProcedureParameter extends DeclareVariableElement
Тип ProcedureParameter обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
ProcedureParameter | Initializes a new instance of the ProcedureParameter class. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
DataType | Gets or sets the data type of the variable. The TABLE type is invalid. (Производный от DeclareVariableElement.) |
![]() |
FirstTokenIndex | Gets or sets the first token index. (Производный от TSqlFragment.) |
![]() |
FragmentLength | Gets the fragment length. (Производный от TSqlFragment.) |
![]() |
IsVarying | Gets or sets whether VARYING is defined. |
![]() |
LastTokenIndex | Gets or sets the last token index. (Производный от TSqlFragment.) |
![]() |
Modifier | Gets or sets the parameter modifier value. |
![]() |
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.) |
![]() |
Value | Gets or sets the initial variable value specified in declaration. (Производный от DeclareVariableElement.) |
![]() |
VariableName | Gets or sets the name of the variable, including the @ at the beginning. (Производный от DeclareVariableElement.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Accept | Indicates the entry point for a given visitor. (Переопределяет DeclareVariableElement.Accept(TSqlFragmentVisitor).) |
![]() |
AcceptChildren | Calls Accept on the children with the given visitor. (Переопределяет DeclareVariableElement.AcceptChildren(TSqlFragmentVisitor).) |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)