Compartir a través de


IsScalar Propiedad

Gets a value that indicates whether this is a scalar data 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 IsScalar As Boolean
    Get
'Uso
Dim instance As IDataType
Dim value As Boolean

value = instance.IsScalar
bool IsScalar { get; }
property bool IsScalar {
    bool get ();
}
abstract IsScalar : bool
function get IsScalar () : boolean

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if this is a scalar data type; otherwise, false.