Partager via


CosmosDBMongoDBApiCollectionDataset Constructeur

Définition

Initialise une nouvelle instance de CosmosDBMongoDBApiCollectionDataset.

public CosmosDBMongoDBApiCollectionDataset (Azure.Core.Expressions.DataFactory.DataFactoryLinkedServiceReference linkedServiceName, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> collection);
new Azure.ResourceManager.DataFactory.Models.CosmosDBMongoDBApiCollectionDataset : Azure.Core.Expressions.DataFactory.DataFactoryLinkedServiceReference * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.CosmosDBMongoDBApiCollectionDataset
Public Sub New (linkedServiceName As DataFactoryLinkedServiceReference, collection As DataFactoryElement(Of String))

Paramètres

linkedServiceName
DataFactoryLinkedServiceReference

Informations de référence sur le service lié.

collection
DataFactoryElement<String>

Nom de la collection de la base de données CosmosDB (API MongoDB). Type : chaîne (ou Expression avec chaîne resultType).

Exceptions

linkedServiceName ou collection est null.

S’applique à