IConnectionSecurityContext 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为后期绑定 COM 客户端提供 ConnectionSecurityContext 类的一个实现。 有关此接口的成员的信息,请参阅 ConnectionSecurityContext 的参考文档。
public interface class IConnectionSecurityContext
[System.Runtime.InteropServices.Guid("8BC1C162-A402-4EAC-945C-E8544115EF67")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface IConnectionSecurityContext
[<System.Runtime.InteropServices.Guid("8BC1C162-A402-4EAC-945C-E8544115EF67")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
type IConnectionSecurityContext = interface
Public Interface IConnectionSecurityContext
- 派生
- 属性
属性
SecureSqlStandardPassword |
获取或设置使用 SQL Server 身份验证时的密码。 |
SqlStandardLogin |
获取或设置与 SQL Server 身份验证一起使用的登录名。 |
SqlStandardPassword |
获取或设置 SQL Server 身份验证所需的登录名的密码。 |
WindowsAuthentication |
获取或设置一个值,该值指示是否使用 Windows 身份验证进行连接。 |
方法
Update() |
更新与连接安全上下文相关联的计划字段。 |