다음을 통해 공유


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 개체의 컬렉션입니다.

적용 대상