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 的字典。

適用於