ConnectionSecurityContext 类

定义

表示连接到 Microsoft SQL Server时使用的信息。

public ref class ConnectionSecurityContext sealed : Microsoft::SqlServer::Replication::IConnectionSecurityContext
public sealed class ConnectionSecurityContext : Microsoft.SqlServer.Replication.IConnectionSecurityContext
type ConnectionSecurityContext = class
    interface IConnectionSecurityContext
Public NotInheritable Class ConnectionSecurityContext
Implements IConnectionSecurityContext
继承
ConnectionSecurityContext
实现

注解

安全上下文是身份验证模式的组合,如果使用SQL Server身份验证,SQL Server登录名和密码。 请尽可能使用 Windows 身份验证。

此命名空间、类或成员仅在 Microsoft .NET Framework 版本 2.0 中受支持。

构造函数

ConnectionSecurityContext()

初始化 ConnectionSecurityContext 类的新实例。

属性

SecureSqlStandardPassword

获取或设置使用 SQL Server 身份验证时的密码。

SqlStandardLogin

获取或设置与 SQL Server 身份验证一起使用的登录名。

SqlStandardPassword

获取或设置 SQL Server 身份验证所需的登录名的密码。

WindowsAuthentication

获取或设置一Boolean个属性,该属性指定是使用 Windows 身份验证还是SQL Server身份验证进行连接。

方法

Update()

更新与连接安全上下文相关联的计划字段。

适用于