ConnectionSecurityContext Members

Represents information you use when you connect to Microsoft SQL Server.

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

Public Constructors

  Name Description
ConnectionSecurityContext Initializes a new instance of the ConnectionSecurityContext class.

Top

Public Properties

  Name Description
ms156023.pubproperty(pl-pl,SQL.100).gif SecureSqlStandardPassword  
ms156023.pubproperty(pl-pl,SQL.100).gif SqlStandardLogin Gets or sets the login used with SQL Server Authentication.
ms156023.pubproperty(pl-pl,SQL.100).gif SqlStandardPassword Gets or sets the password for the login required for SQL Server Authentication.
ms156023.pubproperty(pl-pl,SQL.100).gif WindowsAuthentication Gets or sets the Boolean property that specifies whether the connection is made by using Windows Authentication or SQL Server Authentication.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms156023.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms156023.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms156023.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms156023.pubmethod(pl-pl,SQL.100).gifms156023.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms156023.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )
ms156023.pubmethod(pl-pl,SQL.100).gif Update Updates schedule fields associated with the connection security context.

Top

Protected Methods

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

Top