Интерфейс ILocalVariable

Defines a local variable or parameter.

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство DataType Gets the local variable data type.
Открытое свойство IsCursorVariable Gets a value that indicates whether this is a cursor variable.
Открытое свойство IsParameter Gets a value that indicates whether this is a parameter.
Открытое свойство IsScalarVariable Gets a value that indicates whether this is a scalar variable.
Открытое свойство IsTableVariable Gets a value that indicates whether this is a table variable.
Открытое свойство Name Gets the name of the metadata object. (Производный от IMetadataObject.)

В начало

Методы

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

В начало