Freigeben über


IMajorObject.DependsOn-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Determines whether the dimension permission depends on an object.

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

Syntax

'Declaration
Function DependsOn ( _
    obj As IMajorObject _
) As Boolean
'Usage
Dim instance As IMajorObject 
Dim obj As IMajorObject 
Dim returnValue As Boolean 

returnValue = instance.DependsOn(obj)
bool DependsOn(
    IMajorObject obj
)
bool DependsOn(
    IMajorObject^ obj
)
abstract DependsOn : 
        obj:IMajorObject -> bool
function DependsOn(
    obj : IMajorObject
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
True if the dimension permission depends on an object; otherwise, false.

Siehe auch

Verweis

IMajorObject Schnittstelle

Microsoft.AnalysisServices-Namespace