Freigeben über


DocumentCollectionInfo Konstruktoren

Definition

Überlädt

DocumentCollectionInfo()

Initialisiert eine neue Instanz der DocumentCollectionInfo-Klasse.

DocumentCollectionInfo(DocumentCollectionInfo)

Initialisiert eine neue Instanz der DocumentCollectionInfo-Klasse.

DocumentCollectionInfo()

Initialisiert eine neue Instanz der DocumentCollectionInfo-Klasse.

public DocumentCollectionInfo ();
Public Sub New ()

Gilt für:

DocumentCollectionInfo(DocumentCollectionInfo)

Initialisiert eine neue Instanz der DocumentCollectionInfo-Klasse.

public DocumentCollectionInfo (Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo other);
new Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo : Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo -> Microsoft.Azure.Documents.ChangeFeedProcessor.DocumentCollectionInfo
Public Sub New (other As DocumentCollectionInfo)

Parameter

other
DocumentCollectionInfo

Die andere DocumentCollectionInfo , aus der Einstellungen kopiert werden sollen.

Gilt für: