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.
Possible values for the LOGIN_TYPE option in SOAP endpoint.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration Sql90LoginType
public enum Sql90LoginType
public enum class Sql90LoginType
type Sql90LoginType
public enum Sql90LoginType
Members
| Member name | Description | |
|---|---|---|
| Unknown | Specifies that the login type is unknown. | |
| Mixed | Allows either SQL Server Authentication or Windows Authentication to be used to authenticate endpoint users. | |
| Windows | Specifies that only Windows Authentication can be used to authenticate endpoint users. |