Proprietà ScalarType
Gets the scalar type.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
ReadOnly Property ScalarType As ScalarType
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ScalarType
The ScalarType value that represents the scalar type.
Vedere anche