IMajorObject.DependsOn(IMajorObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the major-object depends on an object.
public bool DependsOn (Microsoft.AnalysisServices.IMajorObject obj);
abstract member DependsOn : Microsoft.AnalysisServices.IMajorObject -> bool
Public Function DependsOn (obj As IMajorObject) As Boolean
Parameters
- obj
- IMajorObject
The object.
Returns
True if the major-object depends on the specified object; otherwise, false.
Remarks
This API supports the product infrastructure and is not intended to be used directly from your code.