ConnectionInfo.ProtectionLevel Property

 

Applies To: SQL Server (starting with 2016)

Gets the protection level associated with a ConnectionInfo object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public ProtectionLevel ProtectionLevel { get; }
public:
property ProtectionLevel ProtectionLevel {
    ProtectionLevel get();
}
member ProtectionLevel : ProtectionLevel with get
Public ReadOnly Property ProtectionLevel As ProtectionLevel

Property Value

Type: Microsoft.AnalysisServices.ProtectionLevel

A ProtectionLevel object.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top