Compartir a través de


IProcessable.State Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

IProcessable Interfaz

Espacio de nombres Microsoft.AnalysisServices