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。) |
上層
.gif)
.gif)