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