ConnectionInfo.AuthenticationScheme 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 AuthenticationScheme { get; }
public:
property String^ AuthenticationScheme {
    String^ get();
}
member AuthenticationScheme : string with get
Public ReadOnly Property AuthenticationScheme As String

Property Value

Type: System.String

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top