MiningService.SupportsDrillThrough 屬性
Gets a value that indicates whether the mining service supports drillthrough.
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public ReadOnly Property SupportsDrillThrough As Boolean
Get
'用途
Dim instance As MiningService
Dim value As Boolean
value = instance.SupportsDrillThrough
public bool SupportsDrillThrough { get; }
public:
property bool SupportsDrillThrough {
bool get ();
}
member SupportsDrillThrough : bool
function get SupportsDrillThrough () : boolean
屬性值
型別:System.Boolean
true if the mining service supports drillthrough; otherwise, false.