Compartir a través de


Database.Port Propiedad

Definición

Obtiene o establece el puerto TCP del punto de conexión de base de datos. Especificado en tiempo de creación. El valor predeterminado es un puerto disponible.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.port")]
public int? Port { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.port")>]
member this.Port : Nullable<int> with get, set
Public Property Port As Nullable(Of Integer)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a