Trace.LogFileName プロパティ
Trace オブジェクトのログ ファイルの名前を取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property LogFileName As String
Get
Set
'使用
Dim instance As Trace
Dim value As String
value = instance.LogFileName
instance.LogFileName = value
public string LogFileName { get; set; }
public:
property String^ LogFileName {
String^ get ();
void set (String^ value);
}
member LogFileName : string with get, set
function get LogFileName () : String
function set LogFileName (value : String)
プロパティ値
型: System.String
Trace オブジェクトのログ ファイルの名前です。