Aracılığıyla paylaş


InstanceOwnerQueryResult.InstanceOwners Özellik

Tanım

Örnek sahibinin GUID değerini 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ğerlerinin başka bir sözlüğünde 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şkili meta veriler.

Şunlara uygulanır