Udostępnij za pośrednictwem


InstanceOwnerQueryResult.InstanceOwners Właściwość

Definicja

Pobiera zestaw wyników zapytania składający się z metadanych skojarzonych z właścicielem wystąpienia lub właścicielami wystąpień przechowywanymi w słowniku zawierającym identyfikator GUID właściciela wystąpienia jako klucz i metadane przechowywane w innym słowniku nazw i wartości właściwości jako wartości.

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

Wartość właściwości

Metadane skojarzone z właścicielami wystąpień.

Dotyczy