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 Version 2.0 でのみサポートされています。

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プロパティ

Login

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

Password

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

SecurePassword

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

適用対象

こちらもご覧ください