Compartilhar via


InstanceOwnerQueryResult.InstanceOwners Propriedade

Definição

Obtém o conjunto de resultados da consulta que consiste em metadados associados a um ou mais proprietários de instância armazenados em um dicionário que contém o GUID do proprietário de instância como uma chave e os metadados armazenados em outro dicionário de nomes e valores de propriedades como o valor.

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))

Valor da propriedade

Os metadados associados aos proprietários da instância.

Aplica-se a