IMutableScalar.DataType Property

Gets or sets the scalar data type.

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

Syntax

'Declaration
Property DataType As IScalarDataType
    Get
    Set
'Usage
Dim instance As IMutableScalar
Dim value As IScalarDataType

value = instance.DataType

instance.DataType = value
IScalarDataType DataType { get; set; }
property IScalarDataType^ DataType {
    IScalarDataType^ get ();
    void set (IScalarDataType^ value);
}
abstract DataType : IScalarDataType with get, set
function get DataType () : IScalarDataType
function set DataType (value : IScalarDataType)

Property Value

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

Implements

IScalar.DataType