ICursorVariable.DataType Property

Gets the local variable data type.

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

Syntax

'Declaration
ReadOnly Property DataType As ICursorDataType
    Get
'Usage
Dim instance As ICursorVariable
Dim value As ICursorDataType

value = instance.DataType
ICursorDataType DataType { get; }
property ICursorDataType^ DataType {
    ICursorDataType^ get ();
}
abstract DataType : ICursorDataType
function get DataType () : ICursorDataType

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ICursorDataType
The IcursorDataType object that represents the local variable data type.