語言

IConnectionSecurityContext 介面

定義

提供該類別的實作 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()

更新會排程與連線安全情境相關的欄位。

適用於