ConnectionInfo.Certificate Property

 

Applies To: SQL Server (starting with 2016)

Do not reference this member directly in your code. It supports the Analysis Services infrastructure.

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

Syntax

public string Certificate { get; }
public:
property String^ Certificate {
    String^ get();
}
member Certificate : string with get
Public ReadOnly Property Certificate As String

Property Value

Type: System.String

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top