Propriedade do RDL DataType
Gets the scalar 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 IScalarDataType
Get
'Uso
Dim instance As IScalar
Dim value As IScalarDataType
value = instance.DataType
IScalarDataType DataType { get; }
property IScalarDataType^ DataType {
IScalarDataType^ get ();
}
abstract DataType : IScalarDataType
function get DataType () : IScalarDataType
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IScalarDataType
The IScalarDataType value that represents the scalar data type.
Consulte também