共用方式為


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.