MiningModel.AllowDrillThrough 属性

Gets a value that indicates whether the mining model allows drillthrough.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property AllowDrillThrough As Boolean 
    Get
用法
Dim instance As MiningModel 
Dim value As Boolean 

value = instance.AllowDrillThrough
public bool AllowDrillThrough { get; }
public:
property bool AllowDrillThrough {
    bool get ();
}
member AllowDrillThrough : bool
function get AllowDrillThrough () : boolean

属性值

类型:System.Boolean
true if the mining model allows drillthrough; otherwise, false.

请参阅

参考

MiningModel 类

Microsoft.AnalysisServices.AdomdClient 命名空间