Proprietà ModelComponentCollection.Preloadable

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets a value indicating whether the collection can be preloaded.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Protected Overridable ReadOnly Property Preloadable As Boolean 
    Get
'Utilizzo
Dim value As Boolean 

value = Me.Preloadable
protected virtual bool Preloadable { get; }
protected:
virtual property bool Preloadable {
    bool get ();
}
abstract Preloadable : bool 
override Preloadable : bool
function get Preloadable () : boolean

Valore proprietà

Tipo: System.Boolean
true if the collection can be preloaded; otherwise, false.

Vedere anche

Riferimento

ModelComponentCollection Classe

Spazio dei nomi Microsoft.AnalysisServices