Partager via


MongoDBAtlasCollectionDataset Constructeur

Définition

Initialise une nouvelle instance de MongoDBAtlasCollectionDataset.

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

Paramètres

linkedServiceName
DataFactoryLinkedServiceReference

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

collection
DataFactoryElement<String>

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

Exceptions

linkedServiceName ou collection est null.

S’applique à