Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ServerLoginMode property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DmfIgnorePropertyAttribute> _
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property LoginMode As ServerLoginMode
Get
Set
'Usage
Dim instance As Server
Dim value As ServerLoginMode
value = instance.LoginMode
instance.LoginMode = value
[DmfIgnorePropertyAttribute]
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public ServerLoginMode LoginMode { get; set; }
[DmfIgnorePropertyAttribute]
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
virtual property ServerLoginMode LoginMode {
ServerLoginMode get () sealed;
void set (ServerLoginMode value) sealed;
}
[<DmfIgnorePropertyAttribute>]
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
abstract LoginMode : ServerLoginMode with get, set
[<DmfIgnorePropertyAttribute>]
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
override LoginMode : ServerLoginMode with get, set
final function get LoginMode () : ServerLoginMode
final function set LoginMode (value : ServerLoginMode)
Property Value
Type: Microsoft.SqlServer.Management.Smo.ServerLoginMode
The ServerLoginMode property value.