Интерфейс IParameter
Represents a SQL Server parameter.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public Interface IParameter _
Inherits ILocalVariable, IMetadataObject
'Применение
Dim instance As IParameter
public interface IParameter : ILocalVariable,
IMetadataObject
public interface class IParameter : ILocalVariable,
IMetadataObject
type IParameter =
interface
interface ILocalVariable
interface IMetadataObject
end
public interface IParameter extends ILocalVariable, IMetadataObject
Тип IParameter обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
![]() |
DataType | Gets the local variable data type. (Производный от ILocalVariable.) |
![]() |
DefaultValue | Gets the default value of the parameter. |
![]() |
IsCursorVariable | Gets a value that indicates whether this is a cursor variable. (Производный от ILocalVariable.) |
![]() |
IsOutput | Gets a value that indicates whether the parameter is an output parameter. |
![]() |
IsParameter | Gets a value that indicates whether this is a parameter. (Производный от ILocalVariable.) |
![]() |
IsReadOnly | Gets a value that indicates that this parameter is read-only. |
![]() |
IsScalarVariable | Gets a value that indicates whether this is a scalar variable. (Производный от ILocalVariable.) |
![]() |
IsTableVariable | Gets a value that indicates whether this is a table variable. (Производный от ILocalVariable.) |
![]() |
Name | Gets the name of the metadata object. (Производный от IMetadataObject.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Производный от IMetadataObject.) |
В начало