Поделиться через


Sql90LoginType Enumeration

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.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace