Udostępnij za pośrednictwem


InstanceView.InstanceStoreQueryResults Właściwość

Definicja

Pobiera kolekcję InstanceStoreQueryResult obiektów. Kolekcja jest automatycznie resetowana do pustego za każdym razem, gdy polecenie jest wykonywane względem skojarzonego uchwytu 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

Kolekcja obiektów InstanceStoreQueryResult.

Dotyczy