ConnectionSecurityContext クラス

定義

Microsoft SQL Serverに接続する際に使う情報を表しています。

public ref class ConnectionSecurityContext sealed : Microsoft::SqlServer::Replication::IConnectionSecurityContext
public sealed class ConnectionSecurityContext : Microsoft.SqlServer.Replication.IConnectionSecurityContext
type ConnectionSecurityContext = class
    interface IConnectionSecurityContext
Public NotInheritable Class ConnectionSecurityContext
Implements IConnectionSecurityContext
継承
ConnectionSecurityContext
実装

注釈

セキュリティコンテキストとは、認証モードと、SQL Server認証を使用する場合のSQL Serverのログインとパスワードの組み合わせです。 可能な場合は、Windows 認証を使用します。

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

コンストラクター

名前 説明
ConnectionSecurityContext()

ConnectionSecurityContext クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
SecureSqlStandardPassword

SQL Server認証を使う際にパスワードを取得したり設定したりします。

SqlStandardLogin

SQL Server認証で使われるログインを取得または設定します。

SqlStandardPassword

SQL Server認証に必要なログインパスワードを取得したり設定したりします。

WindowsAuthentication

Windows認証かSQL Server認証で接続が成立するかを指定するBooleanプロパティを取得します。

メソッド

名前 説明
Update()

更新は接続セキュリティコンテキストに関連するスケジュールフィールドを更新します。

適用対象