IMajorObject.DependsOn Method (IMajorObject)

 

Applies To: SQL Server 2016 Preview

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

Determines whether the dimension permission depends on an object.

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

Syntax

bool DependsOn(
    IMajorObject obj
)
bool DependsOn(
    IMajorObject^ obj
)
abstract DependsOn : 
        obj:IMajorObject -> bool
Function DependsOn (
    obj As IMajorObject
) As Boolean

Parameters

Return Value

Type: System.Boolean

True if the dimension permission depends on an object; otherwise, false.

See Also

IMajorObject Interface
Microsoft.AnalysisServices Namespace

Return to top