Compartir a través de


TrackPoint Constructores

Definición

Sobrecargas

TrackPoint()
TrackPoint(TrackPoint+TrackPointType, String, Object, Object)
TrackPoint(TrackPoint+TrackPointType, String, String, Object, Object)

TrackPoint()

public:
 TrackPoint();
public TrackPoint ();
Public Sub New ()

Se aplica a

TrackPoint(TrackPoint+TrackPointType, String, Object, Object)

public:
 TrackPoint(Microsoft::BizTalk::Bam::EventObservation::TrackPoint::TrackPointType type, System::String ^ itemName, System::Object ^ location, System::Object ^ extractionInfo);
public TrackPoint (Microsoft.BizTalk.Bam.EventObservation.TrackPoint.TrackPointType type, string itemName, object location, object extractionInfo);
new Microsoft.BizTalk.Bam.EventObservation.TrackPoint : Microsoft.BizTalk.Bam.EventObservation.TrackPoint.TrackPointType * string * obj * obj -> Microsoft.BizTalk.Bam.EventObservation.TrackPoint
Public Sub New (type As TrackPoint.TrackPointType, itemName As String, location As Object, extractionInfo As Object)

Parámetros

itemName
String
location
Object
extractionInfo
Object

Se aplica a

TrackPoint(TrackPoint+TrackPointType, String, String, Object, Object)

public:
 TrackPoint(Microsoft::BizTalk::Bam::EventObservation::TrackPoint::TrackPointType type, System::String ^ referenceName, System::String ^ referenceType, System::Object ^ location, System::Object ^ extractionInfo);
public TrackPoint (Microsoft.BizTalk.Bam.EventObservation.TrackPoint.TrackPointType type, string referenceName, string referenceType, object location, object extractionInfo);
new Microsoft.BizTalk.Bam.EventObservation.TrackPoint : Microsoft.BizTalk.Bam.EventObservation.TrackPoint.TrackPointType * string * string * obj * obj -> Microsoft.BizTalk.Bam.EventObservation.TrackPoint
Public Sub New (type As TrackPoint.TrackPointType, referenceName As String, referenceType As String, location As Object, extractionInfo As Object)

Parámetros

referenceName
String
referenceType
String
location
Object
extractionInfo
Object

Se aplica a