次の方法で共有


ErrorConfiguration.KeyErrorLogFile プロパティ

処理エラーを記録するファイルの名前を取得します。値の設定も可能です。

名前空間:  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
ファイル名です。

関連項目

参照

ErrorConfiguration クラス

Microsoft.AnalysisServices 名前空間