Condividi tramite


Proprietà IsScalar

Gets a value that indicates whether this is a scalar data type.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsScalar As Boolean
    Get
'Utilizzo
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

Valore proprietà

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