ScalarType Propiedad
Gets the scalar type.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ScalarType
The ScalarType value that represents the scalar type.
Vea también