Compartir a través de


Interfaz ICursorVariable

Represents a cursor type variable.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
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

El tipo ICursorVariable expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DataType Gets the local variable data type.
Propiedad pública DataType Gets the local variable data type. (Se hereda de ILocalVariable.)
Propiedad pública IsCursorVariable Gets a value that indicates whether this is a cursor variable. (Se hereda de ILocalVariable.)
Propiedad pública IsParameter Gets a value that indicates whether this is a parameter. (Se hereda de ILocalVariable.)
Propiedad pública IsScalarVariable Gets a value that indicates whether this is a scalar variable. (Se hereda de ILocalVariable.)
Propiedad pública IsTableVariable Gets a value that indicates whether this is a table variable. (Se hereda de ILocalVariable.)
Propiedad pública Name Gets the name of the metadata object. (Se hereda de IMetadataObject.)

Arriba

Métodos

  Nombre Descripción
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.)

Arriba