Compartir a través de


Server.CaptureXml Propiedad

Gets or sets the CaptureLog property of the Server object, which indicates whether XML messages sent to an instance of Analysis Services should be logged.

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

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public Property CaptureXml As Boolean 
    Get 
    Set
'Uso
Dim instance As Server 
Dim value As Boolean 

value = instance.CaptureXml

instance.CaptureXml = value
[BrowsableAttribute(false)]
public bool CaptureXml { get; set; }
[BrowsableAttribute(false)]
public:
property bool CaptureXml {
    bool get ();
    void set (bool value);
}
[<BrowsableAttribute(false)>]
member CaptureXml : bool with get, set
function get CaptureXml () : boolean 
function set CaptureXml (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if the change is made successfully; otherwise, false.

Vea también

Referencia

Server Clase

Espacio de nombres Microsoft.AnalysisServices