次の方法で共有


MongoDBAtlasCollectionDataset コンストラクター

定義

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))

パラメーター

linkedServiceName
DataFactoryLinkedServiceReference

リンクされたサービス参照。

collection
DataFactoryElement<String>

MongoDB Atlas データベースのコレクション名。 型: string (または resultType 文字列を含む式)。

例外

linkedServiceName または collection が null です。

適用対象