共用方式為


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。)

上層