Свойство IsSystem
Gets a value that indicates whether this is a system data type.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property IsSystem As Boolean
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Boolean
true if this is a system data type; otherwise, false.