Partager via


Interface ITableVariable

Represents a SQL Server table variable. 

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Interface ITableVariable _
    Inherits ITabular, ILocalVariable, IMetadataObject
'Utilisation
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

Le type ITableVariable expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Columns Gets the collection of columns that belong to this object. (hérité de ITabular.)
Propriété publique DataType Gets the local variable data type. (hérité de ILocalVariable.)
Propriété publique DataType Gets an object that represents the data type of the table variable.
Propriété publique IsCursorVariable Gets a value that indicates whether this is a cursor variable. (hérité de ILocalVariable.)
Propriété publique IsParameter Gets a value that indicates whether this is a parameter. (hérité de ILocalVariable.)
Propriété publique IsScalarVariable Gets a value that indicates whether this is a scalar variable. (hérité de ILocalVariable.)
Propriété publique IsTableVariable Gets a value that indicates whether this is a table variable. (hérité de ILocalVariable.)
Propriété publique Name Gets the name of the metadata object. (hérité de IMetadataObject.)
Propriété publique TabularType Gets the tabular type. (hérité de ITabular.)
Propriété publique Unaliased Gets the ITabular object that this object is an alias for. (hérité de ITabular.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (hérité de IMetadataObject.)

Haut de la page