Właściwość IsSystemObject
Pobiera wartość logiczna, która określa, czy interfejs odnosi się do Object.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
<DisplayNameKeyAttribute("User_IsSystemObjectName")> _
<DisplayDescriptionKeyAttribute("User_IsSystemObjectDesc")> _
ReadOnly Property IsSystemObject As Boolean
Get
'Użycie
Dim instance As IUserOptions
Dim value As Boolean
value = instance.IsSystemObject
[DisplayNameKeyAttribute("User_IsSystemObjectName")]
[DisplayDescriptionKeyAttribute("User_IsSystemObjectDesc")]
bool IsSystemObject { get; }
[DisplayNameKeyAttribute(L"User_IsSystemObjectName")]
[DisplayDescriptionKeyAttribute(L"User_IsSystemObjectDesc")]
property bool IsSystemObject {
bool get ();
}
[<DisplayNameKeyAttribute("User_IsSystemObjectName")>]
[<DisplayDescriptionKeyAttribute("User_IsSystemObjectDesc")>]
abstract IsSystemObject : bool
function get IsSystemObject () : boolean
Wartość właściwości
Typ: System. . :: . .Boolean
Wartość logiczna True Jeśli interfejs odnosi się do Object, w przeciwnym razie False.