Compartir a través de


LogFileName Propiedad

Gets or sets the file name of the log file for the Trace object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property LogFileName As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .String
A String containing the file name of the log file for the Trace object.