InstanceLockQueryResult.InstanceOwnerIds 属性

定义

获取一个包含查询结果集的字典。Gets a dictionary that contains the query result set. 此查询结果集是由一个字典表示的,该字典具有实例 ID 作为键,具有拥有对此实例的锁定的实例所有者的 ID 作为值。The query result set is represented by a dictionary, which has Instance ID as the key and the ID of the instance owner who owns the lock on the instance as the value.

public:
 property System::Collections::Generic::IDictionary<Guid, Guid> ^ InstanceOwnerIds { System::Collections::Generic::IDictionary<Guid, Guid> ^ get(); };
public System.Collections.Generic.IDictionary<Guid,Guid> InstanceOwnerIds { get; }
member this.InstanceOwnerIds : System.Collections.Generic.IDictionary<Guid, Guid>
Public ReadOnly Property InstanceOwnerIds As IDictionary(Of Guid, Guid)

属性值

IDictionary<Guid,Guid>

包含实例 ID 和实例所有者 ID 的字典。The dictionary that contains instance IDs and instance owner IDs.

适用于