Interface IProcessable
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<GuidAttribute("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")> _
Public Interface IProcessable
'Utilisation
Dim instance As IProcessable
[GuidAttribute("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")]
public interface IProcessable
[GuidAttribute(L"69A3B7FE-4E35-4238-BAD2-EA107BE0694F")]
public interface class IProcessable
[<GuidAttribute("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")>]
type IProcessable = interface end
public interface IProcessable
Le type IProcessable expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
CanProcess | Infrastructure. | |
Process() () () () | Infrastructure. | |
Process(ProcessType) | Infrastructure. | |
Process(ProcessType, ErrorConfiguration) | Infrastructure. | |
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection) | Infrastructure. | |
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection) | Infrastructure. | |
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection, Boolean) | Infrastructure. |
Haut de la page