InstanceLockQueryResult.InstanceOwnerIds 属性

定义

获取一个包含查询结果集的字典。 此查询结果集是由一个字典表示的,该字典具有实例 ID 作为键,具有拥有对此实例的锁定的实例所有者的 ID 作为值。

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)

属性值

包含实例 ID 和实例所有者 ID 的字典。

适用于