Compartilhar via


Propriedade do RDL Server.CaptureLog

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

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property CaptureLog As StringCollection 
    Get
'Uso
Dim instance As Server 
Dim value As StringCollection 

value = instance.CaptureLog
[BrowsableAttribute(false)]
public StringCollection CaptureLog { get; }
[BrowsableAttribute(false)]
public:
property StringCollection^ CaptureLog {
    StringCollection^ get ();
}
[<BrowsableAttribute(false)>]
member CaptureLog : StringCollection
function get CaptureLog () : StringCollection

Valor da propriedade

Tipo: System.Collections.Specialized.StringCollection
A collection containing XML messages.

Comentários

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.

Consulte também

Referência

Server Classe

Namespace Microsoft.AnalysisServices