ITableVariable-Schnittstelle
Represents a SQL Server table variable.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Interface ITableVariable _
Inherits ITabular, ILocalVariable, IMetadataObject
'Usage
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
Der ITableVariable-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Columns | Gets the collection of columns that belong to this object. (Geerbt von ITabular.) |
![]() |
DataType | Gets the local variable data type. (Geerbt von 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. (Geerbt von ILocalVariable.) |
![]() |
IsParameter | Gets a value that indicates whether this is a parameter. (Geerbt von ILocalVariable.) |
![]() |
IsScalarVariable | Gets a value that indicates whether this is a scalar variable. (Geerbt von ILocalVariable.) |
![]() |
IsTableVariable | Gets a value that indicates whether this is a table variable. (Geerbt von ILocalVariable.) |
![]() |
Name | Gets the name of the metadata object. (Geerbt von IMetadataObject.) |
![]() |
TabularType | Gets the tabular type. (Geerbt von ITabular.) |
![]() |
Unaliased | Gets the ITabular object that this object is an alias for. (Geerbt von ITabular.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Geerbt von IMetadataObject.) |
Zum Anfang
.gif)
.gif)