Перечисление IntegratedSecurity
Defines the type of integrated security used.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Enumeration IntegratedSecurity
'Применение
Dim instance As IntegratedSecurity
public enum IntegratedSecurity
public enum class IntegratedSecurity
type IntegratedSecurity
public enum IntegratedSecurity
Элементы
Имя элемента | Описание | |
---|---|---|
Sspi | Windows Integrated Security is used to verify credentials | |
Basic | Username and password are used to verify credentials. | |
Unspecified | An unspecified method is used to verify credentials. |
Замечания
Добавления: 17 июля 2006 г.