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

プロパティ値

型: System.Boolean
マイニング サービスがドリルスルーをサポートする場合は true、サポートしない場合は false です。

関連項目

参照

MiningService クラス

Microsoft.AnalysisServices.AdomdServer 名前空間