Share via


MongoDbLinkedService.DatabaseName Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.databaseName")]
public object DatabaseName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.databaseName")>]
member this.DatabaseName : obj with get, set
Public Property DatabaseName As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to