Partager via


InstanceOwnerQueryResult.InstanceOwners Propriété

Définition

Obtient le jeu de résultats de requête comprenant les métadonnées associées à un propriétaire d'instance ou des propriétaires d'instance stockés dans un dictionnaire qui contient le GUID du propriétaire d'instance comme clé et les métadonnées stockées dans un autre dictionnaire de noms et valeurs de propriétés comme valeur.

public:
 property System::Collections::Generic::IDictionary<Guid, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^> ^ InstanceOwners { System::Collections::Generic::IDictionary<Guid, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^> ^ get(); };
public System.Collections.Generic.IDictionary<Guid,System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue>> InstanceOwners { get; }
member this.InstanceOwners : System.Collections.Generic.IDictionary<Guid, System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue>>
Public ReadOnly Property InstanceOwners As IDictionary(Of Guid, IDictionary(Of XName, InstanceValue))

Valeur de propriété

Métadonnées associées aux propriétaires d'instance.

S’applique à