Поделиться через


Свойство IUserOptions.IsSystemObject

Gets a Boolean value that specifies whether or not the interface refers to a Object.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<DisplayDescriptionKeyAttribute("User_IsSystemObjectDesc")> _
<DisplayNameKeyAttribute("User_IsSystemObjectName")> _
ReadOnly Property IsSystemObject As Boolean 
    Get
'Применение
Dim instance As IUserOptions 
Dim value As Boolean 

value = instance.IsSystemObject
[DisplayDescriptionKeyAttribute("User_IsSystemObjectDesc")]
[DisplayNameKeyAttribute("User_IsSystemObjectName")]
bool IsSystemObject { get; }
[DisplayDescriptionKeyAttribute(L"User_IsSystemObjectDesc")]
[DisplayNameKeyAttribute(L"User_IsSystemObjectName")]
property bool IsSystemObject {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("User_IsSystemObjectDesc")>]
[<DisplayNameKeyAttribute("User_IsSystemObjectName")>]
abstract IsSystemObject : bool
function get IsSystemObject () : boolean

Значение свойства

Тип: System.Boolean
A Boolean value, True if the interface refers to a Object, otherwise False.

См. также

Справочник

IUserOptions Интерфейс

Пространство имен Microsoft.SqlServer.Management.Smo