Właściwość ILoginOptions.IsSystemObject
Pobiera Boolean wartość, która określa, czy identyfikator logowania obiektów systemu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<DisplayDescriptionKeyAttribute("Login_IsSystemObjectDesc")> _
<DisplayNameKeyAttribute("Login_IsSystemObjectName")> _
ReadOnly Property IsSystemObject As Boolean
Get
'Użycie
Dim instance As ILoginOptions
Dim value As Boolean
value = instance.IsSystemObject
[DisplayDescriptionKeyAttribute("Login_IsSystemObjectDesc")]
[DisplayNameKeyAttribute("Login_IsSystemObjectName")]
bool IsSystemObject { get; }
[DisplayDescriptionKeyAttribute(L"Login_IsSystemObjectDesc")]
[DisplayNameKeyAttribute(L"Login_IsSystemObjectName")]
property bool IsSystemObject {
bool get ();
}
[<DisplayDescriptionKeyAttribute("Login_IsSystemObjectDesc")>]
[<DisplayNameKeyAttribute("Login_IsSystemObjectName")>]
abstract IsSystemObject : bool
function get IsSystemObject () : boolean
Wartość właściwości
Typ: System.Boolean
A Boolean wartość, która określa, czy identyfikator logowania obiektów systemu.
Jeśli True, identyfikator logowania jest obiektem systemu.W przeciwnym razie jest używana wartość False.