共用方式為


ModelComponentCollection.IOnDemandLoadableCollection.Loaded 屬性

Gets or sets a value that indicates whether the collection is loaded.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Private Property Loaded As Boolean Implements IOnDemandLoadableCollection.Loaded 
    Get 
    Set
'用途
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 支援明確介面實作的使用,但不支援新介面實作的宣告。

屬性值

型別:System.Boolean
true if the collection is loaded; otherwise, false.

實作

IOnDemandLoadableCollection.Loaded

請參閱

參考

ModelComponentCollection 類別

Microsoft.AnalysisServices 命名空間