Share via


KeyErrorLogFile 속성

Gets or sets the file name for logging processing errors.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LogFileUITypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property KeyErrorLogFile As String
    Get
    Set
‘사용 방법
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)

속성 값

유형: System. . :: . .String
The file name itself.