다음을 통해 공유


InstanceOwnerQueryResult 생성자

정의

InstanceOwnerQueryResult 클래스의 인스턴스를 초기화합니다.

오버로드

InstanceOwnerQueryResult()

빈 쿼리 결과 집합을 사용하여 InstanceOwnerQueryResult 클래스의 인스턴스를 초기화합니다.

InstanceOwnerQueryResult(IDictionary<Guid,IDictionary<XName,InstanceValue>>)

인스턴스 소유자와 연결된 GUID가 포함된 매개 변수로 전달된 사전과 이러한 인스턴스 소유자와 연결된 메타데이터가 포함된 사전을 사용하여 InstanceOwnerQueryResult 클래스의 인스턴스를 초기화합니다.

InstanceOwnerQueryResult(Guid, IDictionary<XName,InstanceValue>)

매개 변수로 전달된 instance 저장소에서 InstanceOwnerQueryResult instance 소유자의 GUID 및 해당 instance 소유자와 연결된 메타데이터로 구성된 단일 쿼리 결과를 사용하여 클래스의 instance 초기화합니다.

InstanceOwnerQueryResult()

빈 쿼리 결과 집합을 사용하여 InstanceOwnerQueryResult 클래스의 인스턴스를 초기화합니다.

public:
 InstanceOwnerQueryResult();
public InstanceOwnerQueryResult ();
Public Sub New ()

적용 대상

InstanceOwnerQueryResult(IDictionary<Guid,IDictionary<XName,InstanceValue>>)

인스턴스 소유자와 연결된 GUID가 포함된 매개 변수로 전달된 사전과 이러한 인스턴스 소유자와 연결된 메타데이터가 포함된 사전을 사용하여 InstanceOwnerQueryResult 클래스의 인스턴스를 초기화합니다.

public:
 InstanceOwnerQueryResult(System::Collections::Generic::IDictionary<Guid, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^> ^ instanceOwners);
public InstanceOwnerQueryResult (System.Collections.Generic.IDictionary<Guid,System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue>> instanceOwners);
new System.Runtime.DurableInstancing.InstanceOwnerQueryResult : System.Collections.Generic.IDictionary<Guid, System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue>> -> System.Runtime.DurableInstancing.InstanceOwnerQueryResult
Public Sub New (instanceOwners As IDictionary(Of Guid, IDictionary(Of XName, InstanceValue)))

매개 변수

instanceOwners
IDictionary<Guid,IDictionary<XName,InstanceValue>>

쿼리 결과 집합을 나타내는 인스턴스 소유자의 메타데이터와 GUID가 포함된 사전입니다. 메타데이터 자체는 메타데이터 속성의 이름과 값이 들어 있는 추가 사전에 포함됩니다.

적용 대상

InstanceOwnerQueryResult(Guid, IDictionary<XName,InstanceValue>)

매개 변수로 전달된 instance 저장소에서 InstanceOwnerQueryResult instance 소유자의 GUID 및 해당 instance 소유자와 연결된 메타데이터로 구성된 단일 쿼리 결과를 사용하여 클래스의 instance 초기화합니다.

public:
 InstanceOwnerQueryResult(Guid instanceOwnerId, System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Runtime::DurableInstancing::InstanceValue ^> ^ metadata);
public InstanceOwnerQueryResult (Guid instanceOwnerId, System.Collections.Generic.IDictionary<System.Xml.Linq.XName,System.Runtime.DurableInstancing.InstanceValue> metadata);
new System.Runtime.DurableInstancing.InstanceOwnerQueryResult : Guid * System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Runtime.DurableInstancing.InstanceValue> -> System.Runtime.DurableInstancing.InstanceOwnerQueryResult
Public Sub New (instanceOwnerId As Guid, metadata As IDictionary(Of XName, InstanceValue))

매개 변수

instanceOwnerId
Guid

인스턴스 소유자와 연결된 GUID입니다.

metadata
IDictionary<XName,InstanceValue>

속성 이름과 해당 값이 포함된 사전의 인스턴스 소유자와 연결된 메타데이터입니다.

적용 대상