Proprietà Loaded
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Spazio dei nomi Microsoft.AnalysisServices.Hosting
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Property Loaded As Boolean
Get
Set
'Utilizzo
Dim instance As IOnDemandLoadableCollection
Dim value As Boolean
value = instance.Loaded
instance.Loaded = value
bool Loaded { get; set; }
property bool Loaded {
bool get ();
void set (bool value);
}
abstract Loaded : bool with get, set
function get Loaded () : boolean
function set Loaded (value : boolean)
Valore proprietà
Tipo: System. . :: . .Boolean
Vedere anche