LoadedPartitionInformationResultList Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
LoadedPartitionInformationResultList() |
Standardkonstruktor für LoadedPartitionInformationResultList. |
LoadedPartitionInformationResultList(IList<LoadedPartitionInformationResult>) |
Konstruktor für LoadedPartitionInformationResultList. |
LoadedPartitionInformationResultList()
Standardkonstruktor für LoadedPartitionInformationResultList.
public LoadedPartitionInformationResultList ();
Public Sub New ()
Gilt für:
LoadedPartitionInformationResultList(IList<LoadedPartitionInformationResult>)
Konstruktor für LoadedPartitionInformationResultList.
public LoadedPartitionInformationResultList (System.Collections.Generic.IList<System.Fabric.Query.LoadedPartitionInformationResult> list);
new System.Fabric.Query.LoadedPartitionInformationResultList : System.Collections.Generic.IList<System.Fabric.Query.LoadedPartitionInformationResult> -> System.Fabric.Query.LoadedPartitionInformationResultList
Public Sub New (list As IList(Of LoadedPartitionInformationResult))
Parameter
Sortierte Liste von LoadedPartitionInformationResult.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET