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。