MongoDbLinkedService(Object, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET