MiningModel.AllowDrillThrough 屬性
Gets a value that indicates whether the mining model allows drillthrough.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public ReadOnly Property AllowDrillThrough As Boolean
Get
'用途
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
屬性值
型別:System.Boolean
true if the mining model allows drillthrough; otherwise, false.