SqlAuthenticationParameters 类

定义

表示由驱动程序传递给验证提供程序的 AD 验证参数。

public ref class SqlAuthenticationParameters
public class SqlAuthenticationParameters
type SqlAuthenticationParameters = class
Public Class SqlAuthenticationParameters
继承
SqlAuthenticationParameters

构造函数

SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid)

初始化SqlAuthenticationParameters 类的新实例,使用指定的身份验证方法、服务器名称、数据库名称、资源 URI、颁发机构 URI、用户登录名称/ID、用户密码和连接 ID。

属性

AuthenticationMethod

获取身份验证方法。

Authority

获取颁发机构 URI。

ConnectionId

获取连接 ID。

DatabaseName

获取数据库名称。

Password

获取用户密码。

Resource

获取资源 URI。

ServerName

获取服务器名称。

UserId

获取用户登录名/ID。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于