Właściwość IProcessable.State
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
ReadOnly Property State As AnalysisState
Get
'Użycie
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