ConnectionSecurityContext Members
Include Protected Members
Include Inherited Members
Represents information you use when you connect to Microsoft SQL Server.
The ConnectionSecurityContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConnectionSecurityContext() | Initializes a new instance of the ConnectionSecurityContext class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) | |
Update() | Updates schedule fields associated with the connection security context. |
Top
Properties
Name | Description | |
---|---|---|
SecureSqlStandardPassword | ||
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 the Boolean property that specifies whether the connection is made by using Windows Authentication or SQL Server Authentication. |
Top