Trace.LogFileName 屬性
Gets or sets the file name of the log file for the Trace object.
命名空間: 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
The file name of the log file for the Trace object.