InstanceOwnerQueryResult.InstanceOwners Propriété

Définition

Obtient le jeu de résultats de requête composé de métadonnées associées à un propriétaire d’instance ou propriétaires d’instance stockés dans un dictionnaire qui contient le GUID du propriétaire de l’instance en tant que clé et les métadonnées stockées dans un autre dictionnaire de noms et de 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’instances.

S’applique à