Элементы ConnectionSecurityContext
Represents information you use when you connect to Microsoft SQL Server.
Тип ConnectionSecurityContext предоставляет доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
ConnectionSecurityContext | Initializes a new instance of the ConnectionSecurityContext class. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Наследуется из Object.) | |
Finalize | (Наследуется из Object.) | |
GetHashCode | (Наследуется из Object.) | |
GetType | (Наследуется из Object.) | |
MemberwiseClone | (Наследуется из Object.) | |
ToString | (Наследуется из Object.) | |
Update | Updates schedule fields associated with the connection security context. |
В начало
Свойства
Имя | Описание | |
---|---|---|
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. |
В начало
См. также