InstanceLockQueryResult.InstanceOwnerIds 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含查詢結果集的字典。 查詢結果集會以字典表示,其中有做為索引鍵的執行個體 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 的字典。