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.
Represents the possible user login options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration UserLoginOptionType
'Usage
Dim instance As UserLoginOptionType
[SerializableAttribute]
public enum UserLoginOptionType
[SerializableAttribute]
public enum class UserLoginOptionType
[<SerializableAttribute>]
type UserLoginOptionType
public enum UserLoginOptionType
Members
| Member name | Description | |
|---|---|---|
| AsymmetricKey | Type is AsymmetricKey. | |
| Certificate | Type is Certificate. | |
| Login | Type is Login. | |
| WithoutLogin | Type is WithoutLogin. |