Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Executes the contents of the capture log on the server, indicates whether execution will be in a transactional and/or parallel mode, indicates whether affected objects will be processed, and indicates whether to skip volatile objects.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function ExecuteCaptureLog ( _
transactional As Boolean, _
parallel As Boolean, _
processAffected As Boolean, _
skipVolatileObjects As Boolean _
) As XmlaResultCollection
'Utilisation
Dim instance As Server
Dim transactional As Boolean
Dim parallel As Boolean
Dim processAffected As Boolean
Dim skipVolatileObjects As Boolean
Dim returnValue As XmlaResultCollection
returnValue = instance.ExecuteCaptureLog(transactional, _
parallel, processAffected, skipVolatileObjects)
public XmlaResultCollection ExecuteCaptureLog(
bool transactional,
bool parallel,
bool processAffected,
bool skipVolatileObjects
)
public:
XmlaResultCollection^ ExecuteCaptureLog(
bool transactional,
bool parallel,
bool processAffected,
bool skipVolatileObjects
)
member ExecuteCaptureLog :
transactional:bool *
parallel:bool *
processAffected:bool *
skipVolatileObjects:bool -> XmlaResultCollection
public function ExecuteCaptureLog(
transactional : boolean,
parallel : boolean,
processAffected : boolean,
skipVolatileObjects : boolean
) : XmlaResultCollection
Paramètres
- transactional
Type : System.Boolean
true to indicate that the capture log will be executed within a transaction; otherwise, false.
- parallel
Type : System.Boolean
true to indicate that the capture log entries will be executed in parallel; otherwise, false.
- processAffected
Type : System.Boolean
true to indicate that the affected objects will be processed; otherwise, false.
- skipVolatileObjects
Type : System.Boolean
true to skip logging for volatile objects; otherwise, false.
Valeur de retour
Type : Microsoft.AnalysisServices.XmlaResultCollection
An XmlaResultCollection containing the results of the query.