Compartilhar via


Propriedade do RDL IProcessable.State

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the current state of the IProcessable that was last processed.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
ReadOnly Property State As AnalysisState 
    Get
'Uso
Dim instance As IProcessable 
Dim value As AnalysisState 

value = instance.State
AnalysisState State { get; }
property AnalysisState State {
    AnalysisState get ();
}
abstract State : AnalysisState
function get State () : AnalysisState

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AnalysisState
The current state of the IProcessable that was last processed.

Consulte também

Referência

IProcessable Interface

Namespace Microsoft.AnalysisServices