IProcessSecurityContext 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
封装用于启动复制代理作业的Microsoft Windows安全账户信息的接口Microsoft SQL Server 代理。
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框架2.0版本中支持。
线程安全性
任何此类公共静态(SharedMicrosoft Visual Basic)成员对多线程操作都是安全的。 不能保证任何实例成员是线程安全的。
属性
| 名称 | 说明 |
|---|---|
| Login |
获取或设置Microsoft Windows安全账户的名称。 |
| Password |
获取或设置属性中Login指定的Microsoft Windows安全账户密码。 |
| SecurePassword |
获取或设置该属性中Login指定的Microsoft Windows安全账户的密码(作为SecureString对象)。 |