共用方式為


AuthenticationTypes 列舉

Specifies authentication types.

此列舉有一個允許其成員值為位元組合的 FlagsAttribute 屬性。

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
<FlagsAttribute> _
Public Enumeration AuthenticationTypes
'用途
Dim instance As AuthenticationTypes
[FlagsAttribute]
public enum AuthenticationTypes
[FlagsAttribute]
public enum class AuthenticationTypes
[<FlagsAttribute>]
type AuthenticationTypes
public enum AuthenticationTypes

成員

成員名稱 說明
Basic The type is Basic.
Digest The type is Digest.
Integrated The type is Integrated.
Kerberos The type is Kerberos.
None The type is None.
Ntlm The type is Ntlm.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間