Propriété ScalarType
Gets the scalar 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 ScalarType As ScalarType
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ScalarType
The ScalarType value that represents the scalar type.
Voir aussi