Propriété ProcessableMajorObject.State
Gets or sets the AnalysisState of this current instance.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property State As AnalysisState
Get
Set
'Utilisation
Dim instance As ProcessableMajorObject
Dim value As AnalysisState
value = instance.State
instance.State = value
public AnalysisState State { get; set; }
public:
property AnalysisState State {
AnalysisState get ();
void set (AnalysisState value);
}
member State : AnalysisState with get, set
function get State () : AnalysisState
function set State (value : AnalysisState)
Valeur de propriété
Type : Microsoft.AnalysisServices.AnalysisState
The AnalysisState of this current instance.