Server.CaptureXml Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

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

Property Value

Type: System.Boolean

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top