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 Server 認証を使用する場合のパスワードを取得または設定します。 |
SqlStandardLogin |
SQL Server 認証で使用されるログインを取得します。値の設定も可能です。 |
SqlStandardPassword |
SQL Server 認証に必要なログインのパスワードを取得します。値の設定も可能です。 |
WindowsAuthentication |
Windows 認証を使用して接続を行うかどうかを示す値を取得または設定します。 |
メソッド
Update() |
接続のセキュリティ コンテキストに関連付けられたスケジュール フィールドを更新します。 |