IProcessSecurityContext 接口

定义

封装 Microsoft SQL Server 代理用于启动复制代理作业的 Microsoft Windows 安全帐户信息的接口。

public interface class IProcessSecurityContext
[System.Runtime.InteropServices.Guid("A965F545-0547-4709-81D7-A5E7742DDCBB")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface IProcessSecurityContext
[<System.Runtime.InteropServices.Guid("A965F545-0547-4709-81D7-A5E7742DDCBB")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
type IProcessSecurityContext = interface
Public Interface IProcessSecurityContext
属性

注解

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

线程安全性

此类型的 Microsoft Visual Basic) 成员中的任何公共静态 (Shared 对于多线程操作都是安全的。 但不保证所有实例成员都是线程安全的。

属性

Login

获取或设置 Microsoft Windows 安全帐户的名称。

Password

获取或设置属性中指定的 Login Microsoft Windows 安全帐户的密码。

SecurePassword

获取或设置密码 (作为 SecureString 属性中指定的 Login Microsoft Windows 安全帐户的对象) 。

适用于

另请参阅