Интерфейс ITableVariable
Represents a SQL Server table variable.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public Interface ITableVariable _
Inherits ITabular, ILocalVariable, IMetadataObject
'Применение
Dim instance As ITableVariable
public interface ITableVariable : ITabular,
ILocalVariable, IMetadataObject
public interface class ITableVariable : ITabular,
ILocalVariable, IMetadataObject
type ITableVariable =
interface
interface ITabular
interface ILocalVariable
interface IMetadataObject
end
public interface ITableVariable extends ITabular, ILocalVariable, IMetadataObject
Тип ITableVariable обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Columns | Gets the collection of columns that belong to this object. (Производный от ITabular.) |
![]() |
DataType | Gets the local variable data type. (Производный от ILocalVariable.) |
![]() |
DataType | Gets an object that represents the data type of the table variable. |
![]() |
IsCursorVariable | Gets a value that indicates whether this is a cursor variable. (Производный от ILocalVariable.) |
![]() |
IsParameter | Gets a value that indicates whether this is a parameter. (Производный от ILocalVariable.) |
![]() |
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.) |
![]() |
TabularType | Gets the tabular type. (Производный от ITabular.) |
![]() |
Unaliased | Gets the ITabular object that this object is an alias for. (Производный от ITabular.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Производный от IMetadataObject.) |
В начало
.gif)
.gif)