Partager via


Interface ILocalVariable

Defines a local variable or parameter.

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

Syntaxe

'Déclaration
Public Interface ILocalVariable _
    Inherits IMetadataObject
'Utilisation
Dim instance As ILocalVariable
public interface ILocalVariable : IMetadataObject
public interface class ILocalVariable : IMetadataObject
type ILocalVariable =  
    interface
        interface IMetadataObject
    end
public interface ILocalVariable extends IMetadataObject

Le type ILocalVariable expose les membres suivants.

Propriétés

  Nom Description
Propriété publique DataType Gets the local variable data type.
Propriété publique IsCursorVariable Gets a value that indicates whether this is a cursor variable.
Propriété publique IsParameter Gets a value that indicates whether this is a parameter.
Propriété publique IsScalarVariable Gets a value that indicates whether this is a scalar variable.
Propriété publique IsTableVariable Gets a value that indicates whether this is a table variable.
Propriété publique Name Gets the name of the metadata object. (hérité de IMetadataObject.)

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