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.