Server.CaptureLog 屬性

Gets a collection containing XMLA commands generated if CaptureXml property was set to true.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

C#
[BrowsableAttribute(false)]
public StringCollection CaptureLog { get; }

屬性值

型別:System.Collections.Specialized.StringCollection
A collection containing XML messages.

備註

CaptureLog stores a string array, and each new XML message is added to the end of the string array, if CaptureXml is set to true. The entries in the CaptureLog string array do not include the SOAP header for the message, just the contents of the command.

請參閱

參考

Server 類別

Microsoft.AnalysisServices 命名空間