IProcessable.Process Method (ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection, Boolean)
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Sub Process ( _
processType As ProcessType, _
errorConfiguration As ErrorConfiguration, _
warnings As XmlaWarningCollection, _
impactResult As ImpactDetailCollection, _
analyzeImpactOnly As Boolean _
)
'Usage
Dim instance As IProcessable
Dim processType As ProcessType
Dim errorConfiguration As ErrorConfiguration
Dim warnings As XmlaWarningCollection
Dim impactResult As ImpactDetailCollection
Dim analyzeImpactOnly As Boolean
instance.Process(processType, errorConfiguration, _
warnings, impactResult, analyzeImpactOnly)
void Process(
ProcessType processType,
ErrorConfiguration errorConfiguration,
XmlaWarningCollection warnings,
ImpactDetailCollection impactResult,
bool analyzeImpactOnly
)
void Process(
ProcessType processType,
ErrorConfiguration^ errorConfiguration,
XmlaWarningCollection^ warnings,
ImpactDetailCollection^ impactResult,
bool analyzeImpactOnly
)
abstract Process :
processType:ProcessType *
errorConfiguration:ErrorConfiguration *
warnings:XmlaWarningCollection *
impactResult:ImpactDetailCollection *
analyzeImpactOnly:bool -> unit
function Process(
processType : ProcessType,
errorConfiguration : ErrorConfiguration,
warnings : XmlaWarningCollection,
impactResult : ImpactDetailCollection,
analyzeImpactOnly : boolean
)
Parameters
- processType
Type: Microsoft.AnalysisServices.ProcessType
The type of process to perform.
- errorConfiguration
Type: Microsoft.AnalysisServices.ErrorConfiguration
The configuration used for handling errors.
- warnings
Type: Microsoft.AnalysisServices.XmlaWarningCollection
The collection of warnings associated with this object.
- impactResult
Type: Microsoft.AnalysisServices.ImpactDetailCollection
The collection of ImpactDetail objects.
- analyzeImpactOnly
Type: System.Boolean
true to analyze impact only; otherwise, false.