Partager via


Interface ICursorParameter

Represents a parameter of a cursor type.

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

Syntaxe

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

Le type ICursorParameter expose les membres suivants.

Propriétés

  Nom Description
Propriété publique DataType Gets the local variable data type. (hérité de ICursorVariable.)
Propriété publique DataType Gets the local variable data type. (hérité de ILocalVariable.)
Propriété publique DefaultValue Gets the default value of the parameter. (hérité de IParameter.)
Propriété publique IsCursorVariable Gets a value that indicates whether this is a cursor variable. (hérité de ILocalVariable.)
Propriété publique IsOutput Gets a value that indicates whether the parameter is an output parameter. (hérité de IParameter.)
Propriété publique IsParameter Gets a value that indicates whether this is a parameter. (hérité de ILocalVariable.)
Propriété publique IsReadOnly Gets a value that indicates that this parameter is read-only. (hérité de IParameter.)
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.)

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