XmlaMessage.HelpFile Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the help file.

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

Syntax

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

Property Value

Type: System.String

The help file.

See Also

XmlaMessage Class
Microsoft.AnalysisServices Namespace

Return to top