Server.ExecuteCaptureLog Method (Boolean, Boolean)

 

Applies To: SQL Server 2016 Preview

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

Syntax

public XmlaResultCollection ExecuteCaptureLog(
    bool transactional,
    bool parallel
)
public:
XmlaResultCollection^ ExecuteCaptureLog(
    bool transactional,
    bool parallel
)
member ExecuteCaptureLog : 
        transactional:bool *
        parallel:bool -> XmlaResultCollection
Public Function ExecuteCaptureLog (
    transactional As Boolean,
    parallel As Boolean
) As XmlaResultCollection

Parameters

Return Value

Type: Microsoft.AnalysisServices.XmlaResultCollection

See Also

ExecuteCaptureLog Overload
Server Class
Microsoft.AnalysisServices Namespace

Return to top