Propriedade do RDL DataType
Gets the local variable data type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property DataType As ICursorDataType
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ICursorDataType
The IcursorDataType object that represents the local variable data type.
Consulte também