共用方式為


DataType 屬性

Gets the local variable data type.

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

語法

'宣告
ReadOnly Property DataType As IDataType
    Get
'用途
Dim instance As ILocalVariable
Dim value As IDataType

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

屬性值

型別:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IDataType
The IDataType that represents the local variable data type.