Propriedade do RDL ScalarType
Gets the scalar type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property ScalarType As ScalarType
Get
'Uso
Dim instance As IScalar
Dim value As ScalarType
value = instance.ScalarType
ScalarType ScalarType { get; }
property ScalarType ScalarType {
ScalarType get ();
}
abstract ScalarType : ScalarType
function get ScalarType () : ScalarType
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ScalarType
The ScalarType value that represents the scalar type.
Consulte também