Server.CaptureLog 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property CaptureLog As StringCollection 
    Get
‘사용 방법
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

속성 값

유형: 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 네임스페이스