AuthenticationType 枚举

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.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间