共用方式為


InstanceView.InstanceStoreQueryResults 屬性

定義

取得 InstanceStoreQueryResult 物件的集合。 每次針對相關聯的執行個體控制代碼執行命令時,集合會自動重設為空白。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Runtime::DurableInstancing::InstanceStoreQueryResult ^> ^ InstanceStoreQueryResults { System::Collections::ObjectModel::ReadOnlyCollection<System::Runtime::DurableInstancing::InstanceStoreQueryResult ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Runtime.DurableInstancing.InstanceStoreQueryResult> InstanceStoreQueryResults { get; }
member this.InstanceStoreQueryResults : System.Collections.ObjectModel.ReadOnlyCollection<System.Runtime.DurableInstancing.InstanceStoreQueryResult>
Public ReadOnly Property InstanceStoreQueryResults As ReadOnlyCollection(Of InstanceStoreQueryResult)

屬性值

InstanceStoreQueryResult 物件的集合。

適用於