Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets a value that indicates whether the collection is loaded.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Private Property Loaded As Boolean Implements IOnDemandLoadableCollection.Loaded
Get
Set
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Boolean
true if the collection is loaded; otherwise, false.
Implements
IOnDemandLoadableCollection.Loaded