IOperation.GetDependentOperations Method
Gets the collection of all operations that depend on the current one.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetDependentOperations As IOperationCollection
'Usage
Dim instance As IOperation
Dim returnValue As IOperationCollection
returnValue = instance.GetDependentOperations()
IOperationCollection GetDependentOperations()
Return Value
Type: Microsoft.BusinessData.Offlining.IOperationCollection
The collection of all operations that depend on the current one.