EndPoint-Konstruktor (EndPoint)
Initialisiert eine neue Instanz der Klasse EndPoint basierend auf einem anderen EndPoint -Objekt.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
endPoint As EndPoint _
)
'Usage
Dim endPoint As EndPoint
Dim instance As New EndPoint(endPoint)
public EndPoint(
EndPoint endPoint
)
Parameter
endPoint
Typ: Microsoft.PerformancePoint.Scorecards.EndPointDas zu kopierende Objekt.