Partilhar via


Interface ICursorVariable

Represents a cursor type variable.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Public Interface ICursorVariable _
    Inherits ILocalVariable, IMetadataObject
'Uso
Dim instance As ICursorVariable
public interface ICursorVariable : ILocalVariable, 
    IMetadataObject
public interface class ICursorVariable : ILocalVariable, 
    IMetadataObject
type ICursorVariable =  
    interface
        interface ILocalVariable
        interface IMetadataObject
    end
public interface ICursorVariable extends ILocalVariable, IMetadataObject

O tipo ICursorVariable expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DataType Gets the local variable data type.
Propriedade pública DataType Gets the local variable data type. (Herdado de ILocalVariable.)
Propriedade pública IsCursorVariable Gets a value that indicates whether this is a cursor variable. (Herdado de ILocalVariable.)
Propriedade pública IsParameter Gets a value that indicates whether this is a parameter. (Herdado de ILocalVariable.)
Propriedade pública IsScalarVariable Gets a value that indicates whether this is a scalar variable. (Herdado de ILocalVariable.)
Propriedade pública IsTableVariable Gets a value that indicates whether this is a table variable. (Herdado de ILocalVariable.)
Propriedade pública Name Gets the name of the metadata object. (Herdado de IMetadataObject.)

Início

Métodos

  Nome Descrição
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.)

Início