Partager via


MongoDBCollectionDataset Constructeur

Définition

Initialise une nouvelle instance de MongoDBCollectionDataset.

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

Paramètres

linkedServiceName
DataFactoryLinkedServiceReference

Informations de référence sur les services liés.

collectionName
DataFactoryElement<String>

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

Exceptions

linkedServiceName ou collectionName est null.

S’applique à