Свойство ScalarType
Gets the scalar type.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property ScalarType As ScalarType
Get
'Применение
Dim instance As IScalar
Dim value As ScalarType
value = instance.ScalarType
ScalarType ScalarType { get; }
property ScalarType ScalarType {
ScalarType get ();
}
abstract ScalarType : ScalarType
function get ScalarType () : ScalarType
Значение свойства
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ScalarType
The ScalarType value that represents the scalar type.
См. также