次の方法で共有


AuthenticationProtocol 列挙体

Windows 認証プロトコルを指定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Enumeration AuthenticationProtocol
'使用
Dim instance As AuthenticationProtocol
public enum AuthenticationProtocol
public enum class AuthenticationProtocol
type AuthenticationProtocol
public enum AuthenticationProtocol

メンバー

メンバー名 説明
NotSpecified プロトコルは NotSpecified です。
Windows プロトコルは Windows です。
WindowsKerberos プロトコルは WindowsKerberos です。
WindowsNegotiate プロトコルは WindowsNegotiate です。
WindowsNtlm プロトコルは WindowsNtlm です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間