Поделиться через


Интерфейс IProcessSecurityContext

Interface that encapsulates the Microsoft Windows security account information used by Microsoft SQL Server Agent to start a replication agent job.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
<GuidAttribute("ABD90E85-6FA2-4577-BAF8-15D0A9C9C03E")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface IProcessSecurityContext
'Применение
Dim instance As IProcessSecurityContext
[GuidAttribute("ABD90E85-6FA2-4577-BAF8-15D0A9C9C03E")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
public interface IProcessSecurityContext
[GuidAttribute(L"ABD90E85-6FA2-4577-BAF8-15D0A9C9C03E")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
public interface class IProcessSecurityContext
[<GuidAttribute("ABD90E85-6FA2-4577-BAF8-15D0A9C9C03E")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
type IProcessSecurityContext =  interface end
public interface IProcessSecurityContext

Тип IProcessSecurityContext обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Login Gets or sets the name of the Microsoft Windows security account.
Открытое свойство Password Gets or sets the password for the Microsoft Windows security account specified in the Login property.
Открытое свойство SecurePassword Gets or sets the password (as a SecureString object) for the Microsoft Windows security account specified in the Login property.

В начало

Замечания

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.