IScalar.ScalarType Property

Gets the scalar type.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property ScalarType As ScalarType
    Get
'Usage
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

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ScalarType
The ScalarType value that represents the scalar type.