Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 _
)
'Usage
Dim instance As IProcessable
Dim processType As ProcessType
Dim errorConfiguration As ErrorConfiguration
Dim warnings As XmlaWarningCollection
Dim impactResult As ImpactDetailCollection
instance.Process(processType, errorConfiguration, _
warnings, impactResult)
void Process(
ProcessType processType,
ErrorConfiguration errorConfiguration,
XmlaWarningCollection warnings,
ImpactDetailCollection impactResult
)
void Process(
ProcessType processType,
ErrorConfiguration^ errorConfiguration,
XmlaWarningCollection^ warnings,
ImpactDetailCollection^ impactResult
)
abstract Process :
processType:ProcessType *
errorConfiguration:ErrorConfiguration *
warnings:XmlaWarningCollection *
impactResult:ImpactDetailCollection -> unit
function Process(
processType : ProcessType,
errorConfiguration : ErrorConfiguration,
warnings : XmlaWarningCollection,
impactResult : ImpactDetailCollection
)
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 detail on the ImpactDetailCollection.