Server.CaptureXml Property

 

Applies To: SQL Server 2016 Preview

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.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public bool CaptureXml { get; set; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property bool CaptureXml {
    bool get();
    void set(bool value);
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member CaptureXml : bool with get, set
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public Property CaptureXml As Boolean

Property Value

Type: System.Boolean

true if the change is made successfully; otherwise, false.

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top