Freigeben über


IConnectionSecurityContext-Schnittstelle

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.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("ECE3CE93-0EAA-4A25-96C6-4FBF944E9346")> _
Public Interface IConnectionSecurityContext
'Usage
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

Der IConnectionSecurityContext-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft SecureSqlStandardPassword Gets or sets the password when using SQL server authentication.
Öffentliche Eigenschaft SqlStandardLogin Gets or sets the login used with SQL Server Authentication.
Öffentliche Eigenschaft SqlStandardPassword Gets or sets the password for the login required for SQL Server Authentication.
Öffentliche Eigenschaft WindowsAuthentication Gets or sets a value that indicates whether the connection is made by using Windows Authentication.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Update Updates schedule fields associated with the connection security context.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Replication-Namespace