Sdílet prostřednictvím


InstanceOwnerQueryResult.InstanceOwners Vlastnost

Definice

Získá sadu výsledků dotazu, která se skládá z metadat přidružených k vlastníkovi instance nebo vlastníkům instancí uložených ve slovníku, který obsahuje identifikátor GUID vlastníka instance jako klíč a metadata uložená v jiném slovníku názvů a hodnot vlastností jako hodnoty.

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

Hodnota vlastnosti

Metadata přidružená k vlastníkům instancí.

Platí pro