MiningModelPermission.IMajorObject.DependsOn Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Determines whether the mining model permission depends on an object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
bool IMajorObject.DependsOn(
    IMajorObject obj
)

Parameters

Return Value

Type: System.Boolean
true if the mining model permission depends on an object; otherwise, false.

Implements

IMajorObject.DependsOn(IMajorObject)

See Also

Reference

MiningModelPermission Class

Microsoft.AnalysisServices Namespace