Partager via


Propriété DataType

Gets the local variable data type.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property DataType As ICursorDataType
    Get
'Utilisation
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

Valeur de propriété

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