DocumentCollectionInfo Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET