次の方法で共有


MongoDBV2CollectionDataset コンストラクター

定義

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

パラメーター

linkedServiceName
DataFactoryLinkedServiceReference

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

collection
DataFactoryElement<String>

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

例外

linkedServiceName または collection が null です。

適用対象