次の方法で共有


IProcessSecurityContext インターフェイス

レプリケーション エージェント ジョブを開始するために Microsoft SQL Server エージェントにより使用される、Microsoft Windows セキュリティ アカウント情報をカプセル化するインターフェイスです。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
<GuidAttribute("DEB8D30C-EDBE-45F6-AE3B-BE29B08C5A1E")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface IProcessSecurityContext
'使用
Dim instance As IProcessSecurityContext
[GuidAttribute("DEB8D30C-EDBE-45F6-AE3B-BE29B08C5A1E")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
public interface IProcessSecurityContext
[GuidAttribute(L"DEB8D30C-EDBE-45F6-AE3B-BE29B08C5A1E")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
public interface class IProcessSecurityContext
[<GuidAttribute("DEB8D30C-EDBE-45F6-AE3B-BE29B08C5A1E")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
type IProcessSecurityContext =  interface end
public interface IProcessSecurityContext

IProcessSecurityContext 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Login Microsoft Windows セキュリティ アカウントの名前を取得します。値の設定も可能です。
パブリック プロパティ Password Login プロパティで指定された Microsoft Windows セキュリティ アカウントのパスワードを取得します。値の設定も可能です。
パブリック プロパティ SecurePassword Login プロパティで指定された Microsoft Windows セキュリティ アカウントのパスワードを SecureString オブジェクトとして取得します。値の設定も可能です。

先頭に戻る

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Replication 名前空間

LogReaderAgentProcessSecurity

QueueReaderAgentProcessSecurity

SnapshotGenerationAgentProcessSecurity

SynchronizationAgentProcessSecurity

SynchronizationAgentProcessSecurity

その他の技術情報

レプリケーション エージェントのセキュリティ モデル