Freigeben über


MongoDBV2CollectionDataset Konstruktor

Definition

Initialisiert eine neue instance von MongoDBV2CollectionDataset.

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

Parameter

linkedServiceName
DataFactoryLinkedServiceReference

Verweis auf verknüpfte Dienste.

collection
DataFactoryElement<String>

Der Auflistungsname der MongoDB-Datenbank. Typ: string (oder Ausdruck mit resultType-Zeichenfolge).

Ausnahmen

linkedServiceName oder collection ist NULL.

Gilt für: