IScalarVariable 介面
Represents a SQL Server scalar variable.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
Public Interface IScalarVariable _
Inherits IScalar, ILocalVariable, IMetadataObject
'用途
Dim instance As IScalarVariable
public interface IScalarVariable : IScalar,
ILocalVariable, IMetadataObject
public interface class IScalarVariable : IScalar,
ILocalVariable, IMetadataObject
type IScalarVariable =
interface
interface IScalar
interface ILocalVariable
interface IMetadataObject
end
public interface IScalarVariable extends IScalar, ILocalVariable, IMetadataObject
IScalarVariable 型別公開下列成員。
屬性
| 名稱 | 說明 | |
|---|---|---|
![]() |
DataType | Gets the local variable data type. (繼承自 ILocalVariable。) |
![]() |
DataType | Gets the scalar data type. (繼承自 IScalar。) |
![]() |
DataType | Gets a IScalarDataType object that represents the scalar variable data type. |
![]() |
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。) |
![]() |
Nullable | Gets a Boolean value that indicates whether the scalar object is nullable. (繼承自 IScalar。) |
![]() |
ScalarType | Gets the scalar type. (繼承自 IScalar。) |
上層
方法
| 名稱 | 說明 | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (繼承自 IMetadataObject。) |
上層
.gif)
.gif)