AllowDrillThrough Propiedad
Gets a value that indicates whether the mining model allows drillthrough.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public ReadOnly Property AllowDrillThrough As Boolean
Get
'Uso
Dim instance As MiningModel
Dim value As Boolean
value = instance.AllowDrillThrough
public bool AllowDrillThrough { get; }
public:
property bool AllowDrillThrough {
bool get ();
}
member AllowDrillThrough : bool
function get AllowDrillThrough () : boolean
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if the mining model allows drillthrough; otherwise, false.
Vea también