Свойство IsSystemObject
Determines whether the condition is a Object.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property IsSystemObject As Boolean
Get
'Применение
Dim instance As Condition
Dim value As Boolean
value = instance.IsSystemObject
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public bool IsSystemObject { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property bool IsSystemObject {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member IsSystemObject : bool
function get IsSystemObject () : boolean
Значение свойства
Тип: System. . :: . .Boolean
A Boolean value that returns True if the condition is a Object.