Interfejs IProcessable
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<GuidAttribute("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")> _
Public Interface IProcessable
'Użycie
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
Typ IProcessable uwidacznia następujące elementy członkowskie.
Metody
Nazwa | Opis | |
---|---|---|
CanProcess | Infrastruktura. | |
Process() | Infrastruktura. | |
Process(ProcessType) | Infrastruktura. | |
Process(ProcessType, ErrorConfiguration) | Infrastruktura. | |
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection) | Infrastruktura. | |
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection) | Infrastruktura. | |
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection, Boolean) | Infrastruktura. |
Do góry