다음을 통해 공유


Server.CaptureXml 속성

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.

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

구문

‘선언
<BrowsableAttribute(False)> _
Public Property CaptureXml As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As Server 
Dim value As Boolean 

value = instance.CaptureXml

instance.CaptureXml = value
[BrowsableAttribute(false)]
public bool CaptureXml { get; set; }
[BrowsableAttribute(false)]
public:
property bool CaptureXml {
    bool get ();
    void set (bool value);
}
[<BrowsableAttribute(false)>]
member CaptureXml : bool with get, set
function get CaptureXml () : boolean 
function set CaptureXml (value : boolean)

속성 값

유형: System.Boolean
true if the change is made successfully; otherwise, false.

참고 항목

참조

Server 클래스

Microsoft.AnalysisServices 네임스페이스