ConnectionSecurityContext クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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() |
更新は接続セキュリティコンテキストに関連するスケジュールフィールドを更新します。 |