IOnDemandLoadableCollection.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

实现

IOnDemandLoadableCollection. . :: . .Loaded