IScalarDataType.IsSystem Property

 

Applies To: SQL Server 2016 Preview

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

bool IsSystem { get; }
property bool IsSystem {
    bool get();
}
abstract IsSystem : bool with get
ReadOnly Property IsSystem As Boolean

Property Value

Type: System.Boolean

true if this is a system data type; otherwise, false.

See Also

IScalarDataType Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top