共用方式為


IsSystemObject 屬性

Gets or sets the Boolean property value that specifies whether the SQL Server login account is a system object.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public ReadOnly Property IsSystemObject As Boolean
    Get
'用途
Dim instance As Login
Dim value As Boolean

value = instance.IsSystemObject
[SfcPropertyAttribute]
public bool IsSystemObject { get; }
[SfcPropertyAttribute]
public:
virtual property bool IsSystemObject {
    bool get () sealed;
}
[<SfcPropertyAttribute>]
abstract IsSystemObject : bool
[<SfcPropertyAttribute>]
override IsSystemObject : bool
final function get IsSystemObject () : boolean

屬性值

型別:System. . :: . .Boolean
A Boolean value that specifies whether the login account is a system object.
If True, the login is a system object.
If False (default), the login is not a system object.

實作

ILoginOptions. . :: . .IsSystemObject