Compartir a través de


ModelComponentCollection.Preloadable Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets a value indicating whether the collection can be preloaded.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Protected Overridable ReadOnly Property Preloadable As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ModelComponentCollection Clase

Espacio de nombres Microsoft.AnalysisServices