共用方式為


MiningService.SupportsDrillThrough 屬性

取得值,這個值會指出採礦服務是否支援鑽研。

命名空間:  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

屬性值

型別:Boolean
如果採礦服務支援在模型上鑽研,則為 true,否則為 false。

請參閱

參考

MiningService 類別

Microsoft.AnalysisServices.AdomdServer 命名空間