Udostępnij za pośrednictwem


Właściwość Server.LoginMode

Pobiera lub ustawia wartość właściwość ServerLoginMode.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
<DmfIgnorePropertyAttribute> _
Public Property LoginMode As ServerLoginMode
    Get
    Set
'Użycie
Dim instance As Server
Dim value As ServerLoginMode

value = instance.LoginMode

instance.LoginMode = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
[DmfIgnorePropertyAttribute]
public ServerLoginMode LoginMode { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
[DmfIgnorePropertyAttribute]
public:
virtual property ServerLoginMode LoginMode {
    ServerLoginMode get () sealed;
    void set (ServerLoginMode value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
[<DmfIgnorePropertyAttribute>]
abstract LoginMode : ServerLoginMode with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
[<DmfIgnorePropertyAttribute>]
override LoginMode : ServerLoginMode with get, set
final function get LoginMode () : ServerLoginMode
final function set LoginMode (value : ServerLoginMode)

Implementacje

IServerSettings.LoginMode