다음을 통해 공유


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

속성 값

인스턴스 소유자와 연결된 메타데이터입니다.

적용 대상