Compartir a través de


MongoDbLinkedService.AuthenticationType Propiedad

Definición

Obtiene o establece el tipo de autenticación que se va a usar para conectarse a la base de datos de MongoDB. Entre los valores posibles se incluyen: "Basic", "Anonymous"

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.authenticationType")]
public string AuthenticationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.authenticationType")>]
member this.AuthenticationType : string with get, set
Public Property AuthenticationType As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a