次の方法で共有


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()

接続のセキュリティ コンテキストに関連付けられたスケジュール フィールドを更新します。

適用対象