Freigeben über


InstanceView.InstanceStoreQueryResults Eigenschaft

Definition

Ruft eine Auflistung von InstanceStoreQueryResult-Objekten ab. Die Auflistung wid automatisch zurückgesetzt. So wird festgelegt, dass sie bei jeder Ausführung eines Befehls für den zugeordneten Instanzhandle geleert wird.

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)

Eigenschaftswert

Eine Auflistung von InstanceStoreQueryResult-Objekten.

Gilt für: