ConnectionInfo.AuthenticationScheme Property

 

Applies To: SQL Server 2016 Preview

Gets the authentication protocol associated with the connection.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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

The authentication protocol associated with the connection.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top