InstanceView.InstanceStoreQueryResults Właściwość

Definicja

Pobiera kolekcję InstanceStoreQueryResult obiektów. Kolekcja jest automatycznie resetowana do pustej za każdym razem, gdy polecenie jest wykonywane względem skojarzonego dojścia wystąpienia.

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)

Wartość właściwości

ReadOnlyCollection<InstanceStoreQueryResult>

Kolekcja obiektów InstanceStoreQueryResult.

Dotyczy