DataType 属性

Gets an object that represents the data type of the table variable.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property DataType As ITableDataType
    Get
用法
Dim instance As ITableVariable
Dim value As ITableDataType

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

属性值

类型:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ITableDataType
A ITableDataType object represents the data type of the table variable.