IMajorObject.DependsOn(IMajorObject) Method

Definition

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.

Applies to