次の方法で共有


InstanceOwnerQueryResult.InstanceOwners プロパティ

定義

ディクショナリに存在するインスタンス所有者に関連付けられたメタデータから構成されるクエリの結果セットを取得します。このディクショナリには、キーとしてインスタンス所有者の GUID、値としてプロパティの名前と値を持つ別のディクショナリに格納されたメタデータが含まれています。

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

プロパティ値

インスタンス所有者に関連付けられているメタデータ。

適用対象