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.
A Boolean specifying whether the current object has a dependency on another object.
public bool DependsOn (Microsoft.AnalysisServices.Tabular.IMajorObject obj);
abstract member DependsOn : Microsoft.AnalysisServices.Tabular.IMajorObject -> bool
Public Function DependsOn (obj As IMajorObject) As Boolean
Parameters
- obj
- IMajorObject