AllowDrillThrough 속성
Gets or sets the AllowDrillThrough property, which indicates whether drillthrough is allowed.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Property AllowDrillThrough As Boolean
Get
Set
‘사용 방법
Dim instance As MiningModelPermission
Dim value As Boolean
value = instance.AllowDrillThrough
instance.AllowDrillThrough = value
public bool AllowDrillThrough { get; set; }
public:
property bool AllowDrillThrough {
bool get ();
void set (bool value);
}
member AllowDrillThrough : bool with get, set
function get AllowDrillThrough () : boolean
function set AllowDrillThrough (value : boolean)
속성 값
형식: System. . :: . .Boolean
true if drillthrough is enabled; else false.
주의
This property pertains only to drillthrough from the mining model to the mining model cases. For information about granting permissions for drillthrough on a mining structure, see AllowDrillThrough.