Udostępnij przez


Server.LoginMode Property

Gets or sets the ServerLoginMode property value.

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

Syntax

'Deklaracja
<SfcPropertyAttribute> _
<DmfIgnorePropertyAttribute> _
Public Property LoginMode As ServerLoginMode
[SfcPropertyAttribute] 
[DmfIgnorePropertyAttribute] 
public ServerLoginMode LoginMode { get; set; }
[SfcPropertyAttribute] 
[DmfIgnorePropertyAttribute] 
public:
virtual property ServerLoginMode LoginMode {
    ServerLoginMode get () sealed;
    void set (ServerLoginMode value);
}
/** @property */
public final ServerLoginMode get_LoginMode ()

/** @property */
public void set_LoginMode (ServerLoginMode value)
public final function get LoginMode () : ServerLoginMode

public function set LoginMode (value : ServerLoginMode)

Property Value

ServerLoginMode

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.