Partager via


DocumentCollectionInfo Constructeurs

Définition

Surcharges

DocumentCollectionInfo()

Initialise une nouvelle instance de la classe DocumentCollectionInfo.

DocumentCollectionInfo(DocumentCollectionInfo)

Initialise une nouvelle instance de la classe DocumentCollectionInfo.

DocumentCollectionInfo()

Initialise une nouvelle instance de la classe DocumentCollectionInfo.

public DocumentCollectionInfo();
Public Sub New ()

S’applique à

DocumentCollectionInfo(DocumentCollectionInfo)

Initialise une nouvelle instance de la classe DocumentCollectionInfo.

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)

Paramètres

other
DocumentCollectionInfo

L’autre DocumentCollectionInfo à partir duquel copier les paramètres.

S’applique à