Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of the failed association operations for which this External Item is either the source or the destination of the association.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetFailedAssociationOperations As IOperationCollection
'Usage
Dim instance As IOfflineEntityInstance
Dim returnValue As IOperationCollection
returnValue = instance.GetFailedAssociationOperations()
IOperationCollection GetFailedAssociationOperations()
Return Value
Type: Microsoft.BusinessData.Offlining.IOperationCollection
The collection of the failed association operations for which this External Item is either the source or the destination of the association.
See Also
Reference
IOfflineEntityInstance Interface