ICursorVariable 介面

定義

public interface ICursorVariable : Microsoft.SqlServer.Management.SqlParser.Metadata.ILocalVariable
type ICursorVariable = interface
    interface ILocalVariable
    interface IMetadataObject
Public Interface ICursorVariable
Implements ILocalVariable
衍生
實作

屬性

名稱 Description
DataType
IsCursorVariable (繼承來源 ILocalVariable)
IsParameter (繼承來源 ILocalVariable)
IsScalarVariable (繼承來源 ILocalVariable)
IsTableVariable (繼承來源 ILocalVariable)
Name (繼承來源 IMetadataObject)

方法

名稱 Description
Accept<T>(IMetadataObjectVisitor<T>) (繼承來源 IMetadataObject)

擴充方法

名稱 Description
TypeInfo(IMetadataObject)

適用於