InstanceOwnerQueryResult.InstanceOwners Özellik

Tanım

Örnek sahibinin GUID'sini anahtar olarak içeren bir sözlükte depolanan örnek sahibi veya örnek sahipleri ile ilişkili meta verilerden ve değer olarak özelliklerin ad ve değerlerinden oluşan başka bir sözlükte depolanan meta verilerden oluşan sorgu sonuç kümesini alır.

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

Özellik Değeri

Örnek sahipleriyle ilişkilendirilmiş meta veriler.

Şunlara uygulanır