Свойство DataType
Gets the scalar 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 IScalar
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 value that represents the scalar data type.
См. также