Propriété Trace.LogFileName
Gets or sets the file name of the log file for the Trace object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property LogFileName As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The file name of the log file for the Trace object.