Lenguaje

UIConnectionInfo.ApplicationName Propiedad

Definición

No hagas referencia directamente a este miembro en tu código. Es compatible con la infraestructura de SQL Server. Obtiene o establece el nombre de la aplicación en un diálogo de conexión.

public:
 property System::String ^ ApplicationName { System::String ^ get(); void set(System::String ^ value); };
public string ApplicationName { get; set; }
member this.ApplicationName : string with get, set
Public Property ApplicationName As String

Valor de propiedad

El nombre de la aplicación en un diálogo de conexión.

Se aplica a