Интерфейс IScalarParameter

Represents a SQL Server scalar parameter.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Public Interface IScalarParameter _
    Inherits IScalarVariable, IScalar, IParameter, ILocalVariable,  _
    IMetadataObject
'Применение
Dim instance As IScalarParameter
public interface IScalarParameter : IScalarVariable, 
    IScalar, IParameter, ILocalVariable, IMetadataObject
public interface class IScalarParameter : IScalarVariable, 
    IScalar, IParameter, ILocalVariable, IMetadataObject
type IScalarParameter =  
    interface
        interface IScalarVariable
        interface IScalar
        interface IParameter
        interface ILocalVariable
        interface IMetadataObject
    end
public interface IScalarParameter extends IScalarVariable, IScalar, IParameter, ILocalVariable, IMetadataObject

Тип IScalarParameter обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство DataType Gets the local variable data type. (Производный от ILocalVariable.)
Открытое свойство DataType Gets the scalar data type. (Производный от IScalar.)
Открытое свойство DataType Gets a IScalarDataType object that represents the scalar variable data type. (Производный от IScalarVariable.)
Открытое свойство DefaultValue Gets the default value of the parameter. (Производный от IParameter.)
Открытое свойство 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. (Производный от IParameter.)
Открытое свойство IsParameter Gets a value that indicates whether this is a parameter. (Производный от ILocalVariable.)
Открытое свойство IsReadOnly Gets a value that indicates that this parameter is read-only. (Производный от IParameter.)
Открытое свойство 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.)
Открытое свойство Nullable Gets a Boolean value that indicates whether the scalar object is nullable. (Производный от IScalar.)
Открытое свойство ScalarType Gets the scalar type. (Производный от IScalar.)

В начало

Методы

  Имя Описание
Открытый метод Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Производный от IMetadataObject.)

В начало