Share via


Database.IsLoginManager Property

Gets a value that specifies whether the current login is a login manager in SQL Database.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsLoginManager As Boolean 
    Get
'Usage
Dim instance As Database 
Dim value As Boolean 

value = instance.IsLoginManager
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.SqlAzureDatabase)]
public bool IsLoginManager { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool IsLoginManager {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.SqlAzureDatabase)>]
member IsLoginManager : bool
function get IsLoginManager () : boolean

Property Value

Type: System.Boolean
A Boolean value that specifies whether the current login is a login manager in SQL Database. True if the current login is a login manager in SQL Database; otherwise, false.

See Also

Reference

Database Class

Microsoft.SqlServer.Management.Smo Namespace