Interface IProcessable
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")> _
Public Interface IProcessable
'Uso
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
O tipo IProcessable expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
CanProcess | Infraestrutura. | |
Process() () () () | Infraestrutura. | |
Process(ProcessType) | Infraestrutura. | |
Process(ProcessType, ErrorConfiguration) | Infraestrutura. | |
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection) | Infraestrutura. | |
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection) | Infraestrutura. | |
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection, Boolean) | Infraestrutura. |
Início