다음을 통해 공유


ProtectionLevel 열거형

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.

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스