Server.CaptureXml Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
[System.ComponentModel.Browsable(false)]
public bool CaptureXml { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.CaptureXml : bool with get, set
Public Property CaptureXml As Boolean
Property Value
true if commands are logged locally; otherwise, false.
- Attributes