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. |
맨 위로 이동