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

Property Value

Type: System.String

See Also

ConnectionInfo Class
Microsoft.AnalysisServices Namespace

Return to top