Méthode DependsOn
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Function DependsOn ( _
obj As IMajorObject _
) As Boolean
'Utilisation
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
Paramètres
Valeur de retour
Type : System. . :: . .Boolean