InstanceLockQueryResult.InstanceOwnerIds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a dictionary that contains the query result set. The query result set is represented by a dictionary, which has Instance ID as the key and the ID of the instance owner who owns the lock on the instance as the value.
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)
Property Value
The dictionary that contains instance IDs and instance owner IDs.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.