Specifies the Sql server authentication type.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SqlEnum (在 Microsoft.SqlServer.SqlEnum.dll 中)
語法
'宣告
Public Enumeration AuthenticationType
'用途
Dim instance As AuthenticationType
public enum AuthenticationType
public enum class AuthenticationType
type AuthenticationType
public enum AuthenticationType
成員
| 成員名稱 | 說明 | |
|---|---|---|
| Database | The database authentication type. | |
| Instance | The instance authentication type. | |
| None | The none authentication type. | |
| Windows | The windows authentication type. |