ConnectionInfo.IdentityProvider Property

 

Applies To: SQL Server 2016 Preview

Gets the connection identity provider.

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

Syntax

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

Property Value

Type: System.String

The connection identity provider.

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top