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.
Copies the banding from another Target object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub CopyBandingFrom ( _
target As Target _
)
'Usage
Dim instance As Target
Dim target As Target
instance.CopyBandingFrom(target)
public void CopyBandingFrom(
Target target
)
Parameters
target
Type: Microsoft.PerformancePoint.Scorecards.TargetThe object to copy from.