Proprietà IProcessable.State

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
ReadOnly Property State As AnalysisState 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IProcessable Interfaccia

Spazio dei nomi Microsoft.AnalysisServices