Freigeben über


MongoDBCollectionDataset Konstruktor

Definition

Initialisiert eine neue instance von 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))

Parameter

linkedServiceName
DataFactoryLinkedServiceReference

Verweis auf verknüpfte Dienste.

collectionName
DataFactoryElement<String>

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

Ausnahmen

linkedServiceName oder collectionName ist NULL.

Gilt für: