Compartilhar via


Propriedade do RDL ErrorConfiguration.KeyErrorLogFile

Gets or sets the file name for logging processing errors.

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

Sintaxe

'Declaração
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LogFileUITypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property KeyErrorLogFile As String 
    Get 
    Set
'Uso
Dim instance As ErrorConfiguration 
Dim value As String 

value = instance.KeyErrorLogFile

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

Valor da propriedade

Tipo: System.String
The file name itself.

Consulte também

Referência

ErrorConfiguration Classe

Namespace Microsoft.AnalysisServices