共用方式為


ICursorVariable 介面

Represents a cursor type variable.

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

語法

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

ICursorVariable 型別公開下列成員。

屬性

  名稱 說明
公用屬性 DataType Gets the local variable data type.
公用屬性 DataType Gets the local variable data type. (繼承自 ILocalVariable。)
公用屬性 IsCursorVariable Gets a value that indicates whether this is a cursor variable. (繼承自 ILocalVariable。)
公用屬性 IsParameter Gets a value that indicates whether this is a parameter. (繼承自 ILocalVariable。)
公用屬性 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。)

上層