Freigeben über


ICursorParameter-Schnittstelle

Represents a parameter of a cursor type.

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

Syntax

'Declaration
Public Interface ICursorParameter _
    Inherits ICursorVariable, IParameter, ILocalVariable, IMetadataObject
'Usage
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

Der ICursorParameter-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataType Gets the local variable data type. (Geerbt von ICursorVariable.)
Öffentliche Eigenschaft DataType Gets the local variable data type. (Geerbt von ILocalVariable.)
Öffentliche Eigenschaft DefaultValue Gets the default value of the parameter. (Geerbt von IParameter.)
Öffentliche Eigenschaft IsCursorVariable Gets a value that indicates whether this is a cursor variable. (Geerbt von ILocalVariable.)
Öffentliche Eigenschaft IsOutput Gets a value that indicates whether the parameter is an output parameter. (Geerbt von IParameter.)
Öffentliche Eigenschaft IsParameter Gets a value that indicates whether this is a parameter. (Geerbt von ILocalVariable.)
Öffentliche Eigenschaft IsReadOnly Gets a value that indicates that this parameter is read-only. (Geerbt von IParameter.)
Öffentliche Eigenschaft IsScalarVariable Gets a value that indicates whether this is a scalar variable. (Geerbt von ILocalVariable.)
Öffentliche Eigenschaft IsTableVariable Gets a value that indicates whether this is a table variable. (Geerbt von ILocalVariable.)
Öffentliche Eigenschaft Name Gets the name of the metadata object. (Geerbt von IMetadataObject.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Geerbt von IMetadataObject.)

Zum Anfang