Compartir a través de


ApplicationName Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets a String value that specifies the application name.

Espacio de nombres:  Microsoft.SqlServer.Management.Common
Ensamblado:  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxis

'Declaración
Public Property ApplicationName As String
    Get
    Set
'Uso
Dim instance As OlapConnectionInfo
Dim value As String

value = instance.ApplicationName

instance.ApplicationName = value
public string ApplicationName { get; set; }
public:
property String^ ApplicationName {
    String^ get ();
    void set (String^ value);
}
member ApplicationName : string with get, set
function get ApplicationName () : String
function set ApplicationName (value : String)

Valor de la propiedad

Tipo: System. . :: . .String
A String value that specifies the application name.