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 네임스페이스