IConnectionSecurityContext インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
遅延接続のCOMクライアント向けに ConnectionSecurityContext クラスの実装を提供します。 このインターフェースのメンバーに関する情報は、参考文献を参照してください ConnectionSecurityContext。
public interface class IConnectionSecurityContext
[System.Runtime.InteropServices.Guid("8BC1C162-A402-4EAC-945C-E8544115EF67")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface IConnectionSecurityContext
[<System.Runtime.InteropServices.Guid("8BC1C162-A402-4EAC-945C-E8544115EF67")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
type IConnectionSecurityContext = interface
Public Interface IConnectionSecurityContext
- 派生
- 属性
プロパティ
| 名前 | 説明 |
|---|---|
| SecureSqlStandardPassword |
SQLサーバー認証を使う際にパスワードを取得したり設定したりします。 |
| SqlStandardLogin |
SQL Server認証で使われるログインを取得または設定します。 |
| SqlStandardPassword |
SQL Server認証に必要なログインパスワードを取得したり設定したりします。 |
| WindowsAuthentication |
Windows認証で接続が成立したかどうかを示す値を取得または設定します。 |
メソッド
| 名前 | 説明 |
|---|---|
| Update() |
更新は接続セキュリティコンテキストに関連するスケジュールフィールドを更新します。 |