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 です。