Share via


InstanceOwnerQueryResult 类

定义

包含一个查询结果集,由与从永久性存储区检索到的一个或多个实例所有者关联的元数据组成。

public ref class InstanceOwnerQueryResult sealed : System::Runtime::DurableInstancing::InstanceStoreQueryResult
public sealed class InstanceOwnerQueryResult : System.Runtime.DurableInstancing.InstanceStoreQueryResult
type InstanceOwnerQueryResult = class
    inherit InstanceStoreQueryResult
Public NotInheritable Class InstanceOwnerQueryResult
Inherits InstanceStoreQueryResult
继承
InstanceOwnerQueryResult

构造函数

InstanceOwnerQueryResult()

使用一个空的查询结果集初始化 InstanceOwnerQueryResult 类的实例。

InstanceOwnerQueryResult(Guid, IDictionary<XName,InstanceValue>)

使用单个查询结果初始化 类的 InstanceOwnerQueryResult 实例,其中包含实例所有者的 GUID 以及作为参数传递的实例存储中与该实例所有者关联的元数据。

InstanceOwnerQueryResult(IDictionary<Guid,IDictionary<XName,InstanceValue>>)

使用作为参数传递的字典(包含与实例所有者关联的 GUID)和包含与这些实例所有者关联的元数据的字典来初始化 InstanceOwnerQueryResult 类的实例。

属性

InstanceOwners

获取查询结果集,该结果集由在字典(包含所有者的 GUID 作为键,包含存储在另一个属性名称和值字典中的元数据作为值)中存储的一个或多个实例所有者关联的元数据组成。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于