Proprietà MiningModel.AllowDrillThrough
Ottiene un valore che indica se il modello di data mining consente il drill-through.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property AllowDrillThrough As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: Boolean
true se il modello di data mining consente il drill-through; in caso contrario, false.