InstanceOwnerQueryResult Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en instans av InstanceOwnerQueryResult klassen.
Överlagringar
| Name | Description |
|---|---|
| InstanceOwnerQueryResult() |
Initierar en instans av InstanceOwnerQueryResult klassen med en tom frågeresultatuppsättning. |
| InstanceOwnerQueryResult(IDictionary<Guid,IDictionary<XName,InstanceValue>>) |
Initierar en instans av klassen med hjälp av InstanceOwnerQueryResult ordlistan som skickas som en parameter som innehåller GUID:er som är associerade med instansägare och ordlistor som innehåller metadata som är associerade med dessa instansägare. |
| InstanceOwnerQueryResult(Guid, IDictionary<XName,InstanceValue>) |
Initierar en instans av InstanceOwnerQueryResult klassen med ett enda frågeresultat som består av GUID för instansägaren och metadata som är associerade med den instansägaren i instansarkivet som skickas som parametrar. |
InstanceOwnerQueryResult()
Initierar en instans av InstanceOwnerQueryResult klassen med en tom frågeresultatuppsättning.
public:
InstanceOwnerQueryResult();
public InstanceOwnerQueryResult();
Public Sub New ()
Gäller för
InstanceOwnerQueryResult(IDictionary<Guid,IDictionary<XName,InstanceValue>>)
Initierar en instans av klassen med hjälp av InstanceOwnerQueryResult ordlistan som skickas som en parameter som innehåller GUID:er som är associerade med instansägare och ordlistor som innehåller metadata som är associerade med dessa instansägare.
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)))
Parametrar
- instanceOwners
- IDictionary<Guid,IDictionary<XName,InstanceValue>>
En ordlista som innehåller GUID:er och metadata för instansägare som representerar frågeresultatuppsättningen. Själva metadata finns i ytterligare ordlistor som innehåller namn och värden för metadataegenskaper.
Gäller för
InstanceOwnerQueryResult(Guid, IDictionary<XName,InstanceValue>)
Initierar en instans av InstanceOwnerQueryResult klassen med ett enda frågeresultat som består av GUID för instansägaren och metadata som är associerade med den instansägaren i instansarkivet som skickas som parametrar.
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))
Parametrar
- instanceOwnerId
- Guid
GUID som är associerat med instansägaren.
- metadata
- IDictionary<XName,InstanceValue>
Metadata som är associerade med instansägaren i en ordlista (som innehåller namnen på egenskaper och deras värden).