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フレームワークのバージョン2.0でのみサポートされています。

スレッド セーフ

このタイプの公開静的(Microsoft Visual BasicShared)メンバーはマルチスレッド操作に安全です。 インスタンス メンバーがスレッド セーフであるとは限りません。

プロパティ

名前 説明
Login

Microsoft Windowsのセキュリティアカウント名を取得するか設定します。

Password

Loginプロパティで指定されたMicrosoft Windowsセキュリティアカウントのパスワードを取得するか設定します。

SecurePassword

Loginプロパティで指定されたMicrosoft Windowsセキュリティアカウントのパスワードを取得または設定します(SecureStringオブジェクトとして)。

適用対象

こちらもご覧ください