Udostępnij przez


IServerSetupFacet.LoginMode Property

Gets the login mode for the instance of SQL Server. This property is not CLS-compliant.

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

Syntax

'Deklaracja
<DisplayDescriptionKeyAttribute("Server_LoginModeDesc")> _
<DisplayNameKeyAttribute("Server_LoginModeName")> _
ReadOnly Property LoginMode As ServerLoginMode
[DisplayDescriptionKeyAttribute("Server_LoginModeDesc")] 
[DisplayNameKeyAttribute("Server_LoginModeName")] 
ServerLoginMode LoginMode { get; }
[DisplayDescriptionKeyAttribute(L"Server_LoginModeDesc")] 
[DisplayNameKeyAttribute(L"Server_LoginModeName")] 
property ServerLoginMode LoginMode {
    ServerLoginMode get ();
}
/** @property */
ServerLoginMode get_LoginMode ()
function get LoginMode () : ServerLoginMode

Property Value

A ServerLoginMode value that specifies the login method for the instance of SQL Server.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.