共用方式為


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

適用於