Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the file name of the log file for the Trace object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property LogFileName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The file name of the log file for the Trace object.