Sdílet prostřednictvím


DocumentDbCollectionDataset(LinkedServiceReference, Object) Constructor

Definition

Initializes a new instance of DocumentDbCollectionDataset.

public DocumentDbCollectionDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName, object collectionName);
new Azure.Analytics.Synapse.Artifacts.Models.DocumentDbCollectionDataset : Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference * obj -> Azure.Analytics.Synapse.Artifacts.Models.DocumentDbCollectionDataset
Public Sub New (linkedServiceName As LinkedServiceReference, collectionName As Object)

Parameters

linkedServiceName
LinkedServiceReference

Linked service reference.

collectionName
Object

Document Database collection name. Type: string (or Expression with resultType string).

Exceptions

linkedServiceName or collectionName is null.

Applies to