共用方式為


ICursorParameter 介面

Represents a parameter of a cursor type.

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
Public Interface ICursorParameter _
    Inherits ICursorVariable, IParameter, ILocalVariable, IMetadataObject
'用途
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

ICursorParameter 型別公開下列成員。

屬性

  名稱 說明
公用屬性 DataType Gets the local variable data type. (繼承自 ICursorVariable。)
公用屬性 DataType Gets the local variable data type. (繼承自 ILocalVariable。)
公用屬性 DefaultValue Gets the default value of the parameter. (繼承自 IParameter。)
公用屬性 IsCursorVariable Gets a value that indicates whether this is a cursor variable. (繼承自 ILocalVariable。)
公用屬性 IsOutput Gets a value that indicates whether the parameter is an output parameter. (繼承自 IParameter。)
公用屬性 IsParameter Gets a value that indicates whether this is a parameter. (繼承自 ILocalVariable。)
公用屬性 IsReadOnly Gets a value that indicates that this parameter is read-only. (繼承自 IParameter。)
公用屬性 IsScalarVariable Gets a value that indicates whether this is a scalar variable. (繼承自 ILocalVariable。)
公用屬性 IsTableVariable Gets a value that indicates whether this is a table variable. (繼承自 ILocalVariable。)
公用屬性 Name Gets the name of the metadata object. (繼承自 IMetadataObject。)

上層

方法

  名稱 說明
公用方法 Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (繼承自 IMetadataObject。)

上層