共用方式為


DataType 屬性

Gets a IScalarDataType object that represents the scalar variable data type.

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

語法

'宣告
ReadOnly Property DataType As IScalarDataType
    Get
'用途
Dim instance As IScalarVariable
Dim value As IScalarDataType

value = instance.DataType
IScalarDataType DataType { get; }
property IScalarDataType^ DataType {
    IScalarDataType^ get ();
}
abstract DataType : IScalarDataType
function get DataType () : IScalarDataType

屬性值

型別:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IScalarDataType
The IScalarDataType object that represents the scalar variable data type.

實作

IScalar. . :: . .DataType