Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets whether the collection is loaded.
Namespace: Microsoft.AnalysisServices.Hosting
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Property Loaded As Boolean
Get
Set
'Usage
Dim instance As IOnDemandLoadableCollection
Dim value As Boolean
value = instance.Loaded
instance.Loaded = value
bool Loaded { get; set; }
property bool Loaded {
bool get ();
void set (bool value);
}
abstract Loaded : bool with get, set
function get Loaded () : boolean
function set Loaded (value : boolean)
Property Value
Type: System.Boolean
true if the collection is loaded; otherwise, false.