TrackPoint 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
TrackPoint() | |
TrackPoint(TrackPoint+TrackPointType, String, Object, Object) | |
TrackPoint(TrackPoint+TrackPointType, String, String, Object, Object) |
TrackPoint()
public:
TrackPoint();
public TrackPoint ();
Public Sub New ()
适用于
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)
参数
- itemName
- String
- location
- Object
- extractionInfo
- Object
适用于
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)
参数
- referenceName
- String
- referenceType
- String
- location
- Object
- extractionInfo
- Object