IOnDemandLoadableCollection.Loaded Propiedad
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Private Property Loaded As Boolean Implements IOnDemandLoadableCollection.Loaded
Get
Set
'Uso
Dim instance As ModelComponentCollection
Dim value As Boolean
value = CType(instance, IOnDemandLoadableCollection).Loaded
CType(instance, IOnDemandLoadableCollection).Loaded = value
bool IOnDemandLoadableCollection.Loaded { get; set; }
private:
virtual property bool Loaded {
bool get () sealed = IOnDemandLoadableCollection::Loaded::get;
void set (bool value) sealed = IOnDemandLoadableCollection::Loaded::set;
}
private abstract Loaded : bool with get, set
private override Loaded : bool with get, set
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor de la propiedad
Tipo: System. . :: . .Boolean