IConnectionSecurityContext 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供該類別的實作 ConnectionSecurityContext ,適用於延遲限制的 COM 用戶端。 關於此介面成員的資訊,請參閱參考 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
- 衍生
- 屬性
屬性
| 名稱 | Description |
|---|---|
| SecureSqlStandardPassword |
使用 SQL Server 認證時,會取得或設定密碼。 |
| SqlStandardLogin |
取得或設定使用 SQL Server 認證的登入方式。 |
| SqlStandardPassword |
取得或設定 SQL Server 驗證所需的登入密碼。 |
| WindowsAuthentication |
取得或設定一個值,指示連線是否是透過 Windows 驗證建立的。 |
方法
| 名稱 | Description |
|---|---|
| Update() |
更新會排程與連線安全情境相關的欄位。 |