Свойство 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.