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.
Specifies the user login option type.
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
Members
| Member name | Description | |
|---|---|---|
| Login | Type is Login | |
| Certificate | Type is Certificate | |
| AsymmetricKey | Type is AsymmetricKey | |
| WithoutLogin | Type is WithoutLogin |