共用方式為


IConnectionSecurityContext 介面

Provides an implementation of the ConnectionSecurityContext class for late-bound COM clients. For information on the members of this interface, see the reference documentation for ConnectionSecurityContext.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("ECE3CE93-0EAA-4A25-96C6-4FBF944E9346")> _
Public Interface IConnectionSecurityContext
'用途
Dim instance As IConnectionSecurityContext
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[GuidAttribute("ECE3CE93-0EAA-4A25-96C6-4FBF944E9346")]
public interface IConnectionSecurityContext
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[GuidAttribute(L"ECE3CE93-0EAA-4A25-96C6-4FBF944E9346")]
public interface class IConnectionSecurityContext
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<GuidAttribute("ECE3CE93-0EAA-4A25-96C6-4FBF944E9346")>]
type IConnectionSecurityContext =  interface end
public interface IConnectionSecurityContext

IConnectionSecurityContext 型別公開下列成員。

屬性

  名稱 說明
公用屬性 SecureSqlStandardPassword Gets or sets the password when using SQL server authentication.
公用屬性 SqlStandardLogin Gets or sets the login used with SQL Server Authentication.
公用屬性 SqlStandardPassword Gets or sets the password for the login required for SQL Server Authentication.
公用屬性 WindowsAuthentication Gets or sets a value that indicates whether the connection is made by using Windows Authentication.

上層

方法

  名稱 說明
公用方法 Update Updates schedule fields associated with the connection security context.

上層

請參閱

參考

Microsoft.SqlServer.Replication 命名空間