IScalarDataType.IsSystem Property
Gets a value that indicates whether this is a system data type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property IsSystem As Boolean
Get
'Usage
Dim instance As IScalarDataType
Dim value As Boolean
value = instance.IsSystem
bool IsSystem { get; }
property bool IsSystem {
bool get ();
}
abstract IsSystem : bool
function get IsSystem () : boolean
Property Value
Type: System.Boolean
true if this is a system data type; otherwise, false.