Server::IMajorObject::DependsOn Method (IMajorObject^)

 

Updated: May 24, 2016

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

Determines whether the server depends on an object.

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

private:
virtual bool DependsOn(
	IMajorObject^ obj
) sealed = IMajorObject::DependsOn

Parameters

obj
Type: Microsoft.AnalysisServices::IMajorObject^

The object to depend on.

Return Value

Type: System::Boolean

true if the server depends on an object; otherwise, false.

Return to top
Show: