Propriedade AllowDrillThrough
Indicates whether the mining model allows drillthrough.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
true if the mining model allows drillthrough; false otherwise.
Consulte também