ErrorConfiguration.KeyErrorLogFile Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the file name for logging processing errors.

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

Syntax

[TypeConverterAttribute("Microsoft.AnalysisServices.Design.LogFileUITypeConverter, Microsoft.AnalysisServices.Design")]
public string KeyErrorLogFile { get; set; }
public:
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.LogFileUITypeConverter, Microsoft.AnalysisServices.Design")]
property String^ KeyErrorLogFile {
    String^ get();
    void set(String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LogFileUITypeConverter, Microsoft.AnalysisServices.Design")>]
member KeyErrorLogFile : string with get, set
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LogFileUITypeConverter, Microsoft.AnalysisServices.Design")>
Public Property KeyErrorLogFile As String

Property Value

Type: System.String

The file name itself.

See Also

ErrorConfiguration Class
Microsoft.AnalysisServices Namespace

Return to top