Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Enumerates the protection level associated with opening a connection to a SSAS Server.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Enumeration ProtectionLevel
'Применение
Dim instance As ProtectionLevel
public enum ProtectionLevel
public enum class ProtectionLevel
type ProtectionLevel
public enum ProtectionLevel
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Connection | Requires authentication, but messages are sent in clear text without signatures. | |
| Integrity | Requires authentication and uses signature to detect any tampering of the data which may have occurred between the two end points of a communication. | |
| None | Requires no authentication, no signatures, and no encryption. | |
| Privacy | Requires authentication, encrypts and signs the messages being transferred between the two end points of a communication. This is the maximum level of protection. |