ICursorVariable 接口

定义

public interface ICursorVariable : Microsoft.SqlServer.Management.SqlParser.Metadata.ILocalVariable
type ICursorVariable = interface
    interface ILocalVariable
    interface IMetadataObject
Public Interface ICursorVariable
Implements ILocalVariable
派生
实现

属性

名称 说明
DataType
IsCursorVariable (继承自 ILocalVariable)
IsParameter (继承自 ILocalVariable)
IsScalarVariable (继承自 ILocalVariable)
IsTableVariable (继承自 ILocalVariable)
Name (继承自 IMetadataObject)

方法

名称 说明
Accept<T>(IMetadataObjectVisitor<T>) (继承自 IMetadataObject)

扩展方法

名称 说明
TypeInfo(IMetadataObject)

适用于