다음을 통해 공유


Server.CaptureLog Property

Gets a collection containing XML/A commands generated if CaptureXml property was set to true.

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

구문

‘선언
<BrowsableAttribute(False)> _
<XmlIgnoreAttribute> _
Public ReadOnly Property CaptureLog As StringCollection
[BrowsableAttribute(false)] 
[XmlIgnoreAttribute] 
public StringCollection CaptureLog { get; }
[BrowsableAttribute(false)] 
[XmlIgnoreAttribute] 
public:
property StringCollection^ CaptureLog {
    StringCollection^ get ();
}
/** @property */
public StringCollection get_CaptureLog ()
public function get CaptureLog () : StringCollection

속성 값

A StringCollection 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.

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Server Class
Server Members
Microsoft.AnalysisServices Namespace