InstanceOwnerQueryResult 생성자

정의

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

오버로드

Name Description
InstanceOwnerQueryResult()

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

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

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

InstanceOwnerQueryResult(Guid, IDictionary<XName,InstanceValue>)

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

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

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

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>

사전의 인스턴스 소유자와 연결된 메타데이터(속성 이름 및 해당 값 포함).

적용 대상