Udostępnij przez


PublisherConnectionSecurityContext Members

Represents the login used when connecting to the instance of Microsoft SQL Server that is configured as a Publisher in a replication topology.

The following tables list the members exposed by the PublisherConnectionSecurityContext type.

Public Constructors

  Name Description
PublisherConnectionSecurityContext Creates a new instance of the PublisherConnectionSecurityContext class.

Top

Public Properties

  Name Description
ms158290.pubproperty(pl-pl,SQL.100).gif SecureSqlStandardPassword Sets the password (as a SecureString object) for the SqlStandardLogin when using SQL Server Authentication.
ms158290.pubproperty(pl-pl,SQL.100).gif SecurityMode Get or sets the type of login used when connecting to the Publisher.
ms158290.pubproperty(pl-pl,SQL.100).gif SqlStandardLogin Gets or sets the login when using SQL Server Authentication.
ms158290.pubproperty(pl-pl,SQL.100).gif SqlStandardPassword Gets or sets the password for the SqlStandardLogin when using SQL Server Authentication.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms158290.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms158290.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms158290.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms158290.pubmethod(pl-pl,SQL.100).gifms158290.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms158290.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )
ms158290.pubmethod(pl-pl,SQL.100).gif Update Updates Publisher login information for the objected associated with this PublisherConnectionSecurityContext object instance.

Top

Protected Methods

  Name Description
ms158290.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms158290.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top