MiningService.SupportsDrillthrough 屬性
Gets a value that determines whether the mining service supports drillthrough.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.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.