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.
Unprovisions the service application proxy.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Overrides Sub Unprovision ( _
deleteData As Boolean _
)
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim deleteData As Boolean
instance.Unprovision(deleteData)
public override void Unprovision(
bool deleteData
)
Parameters
deleteData
Type: System.Booleantrue if any user data associated with the service application proxy should be deleted; otherwise, false.
See Also
Reference
BIMonitoringServiceApplicationProxy Class