Compartir a través de


MiningModel.AllowDrillThrough Property

Gets a value that indicates whether the mining model allows drillthrough.

Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (in msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property AllowDrillThrough As Boolean
public bool AllowDrillThrough { get; }
public:
property bool AllowDrillThrough {
    bool get ();
}
/** @property */
public boolean get_AllowDrillThrough ()
public function get AllowDrillThrough () : boolean

Valor de propiedad

true if the mining model allows drillthrough; otherwise, false.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

MiningModel Class
MiningModel Members
Microsoft.AnalysisServices.AdomdServer Namespace