WorkflowDataTrackingExtract.Annotations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與擷取的資料關聯的附註集合。
public:
virtual property System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ Annotations { System::Workflow::Runtime::Tracking::TrackingAnnotationCollection ^ get(); };
public override System.Workflow.Runtime.Tracking.TrackingAnnotationCollection Annotations { get; }
member this.Annotations : System.Workflow.Runtime.Tracking.TrackingAnnotationCollection
Public Overrides ReadOnly Property Annotations As TrackingAnnotationCollection
屬性值
與要擷取的活動屬性或欄位關聯的 TrackingAnnotationCollection。 預設為空集合。
備註
附註是您定義的 strings
,其中包含與擷取的資料關聯的資訊。 追蹤點符合時,執行階段追蹤基礎結構會將擷取的資料和附註集合加入至傳送到追蹤服務的追蹤記錄中。 您可以加入 Annotations,使其他資訊與擷取的資料產生關聯。