Freigeben über


MongoDBV2LinkedService Konstruktor

Definition

Initialisiert eine neue instance von MongoDBV2LinkedService.

public MongoDBV2LinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> connectionString, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> database);
new Azure.ResourceManager.DataFactory.Models.MongoDBV2LinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.MongoDBV2LinkedService
Public Sub New (connectionString As DataFactoryElement(Of String), database As DataFactoryElement(Of String))

Parameter

connectionString
DataFactoryElement<String>

Die MongoDB-Verbindungszeichenfolge. Typ: string, SecureString oder AzureKeyVaultSecretReference. Typ: string, SecureString oder AzureKeyVaultSecretReference.

database
DataFactoryElement<String>

Der Name der MongoDB-Datenbank, auf die Sie zugreifen möchten. Type: string (oder Expression with resultType string).

Ausnahmen

connectionString oder database ist NULL.

Gilt für: