Login.IsSystemObject Property
SQL Server 2012
Gets or sets the Boolean property value that specifies whether the SQL Server login account is a system object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase, "false")] public bool IsSystemObject { get; }
Property Value
Type: System.BooleanA 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.
