Freigeben über


CosmosDBMongoDBApiCollectionDataset Konstruktor

Definition

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

Parameter

linkedServiceName
DataFactoryLinkedServiceReference

Verknüpfter Dienstverweis.

collection
DataFactoryElement<String>

Der Sammlungsname der CosmosDB-Datenbank (MongoDB-API). Type: string (oder Expression with resultType string).

Ausnahmen

linkedServiceName oder collection ist NULL.

Gilt für: