Freigeben über


UserLoginOptionType-Enumeration

Gibt den Anmeldeoptionstyp für den Benutzer an.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration UserLoginOptionType
[SerializableAttribute]
public enum UserLoginOptionType
[SerializableAttribute]
public enum class UserLoginOptionType
[<SerializableAttribute>]
type UserLoginOptionType
public enum UserLoginOptionType

Member

Membername Beschreibung
Login Der Typ ist Login.
Certificate Der Typ ist Certificate.
AsymmetricKey Der Typ ist AsymmetricKey.
WithoutLogin Der Typ ist WithoutLogin.

Siehe auch

Referenz

Microsoft.Data.Schema.ScriptDom.Sql-Namespace