你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MongoDbLinkedService(Object, Object) Constructor

Definition

Initializes a new instance of MongoDbLinkedService.

public MongoDbLinkedService(object server, object databaseName);
new Azure.Analytics.Synapse.Artifacts.Models.MongoDbLinkedService : obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.MongoDbLinkedService
Public Sub New (server As Object, databaseName As Object)

Parameters

server
Object

The IP address or server name of the MongoDB server. Type: string (or Expression with resultType string).

databaseName
Object

The name of the MongoDB database that you want to access. Type: string (or Expression with resultType string).

Exceptions

server or databaseName is null.

Applies to