Partager via


Propriété OlapConnectionInfo.ApplicationName

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Obtient ou définit une valeur String qui spécifie le nom de l'application.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Public Property ApplicationName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : String
Valeur String qui spécifie le nom de l'application.

Voir aussi

Référence

OlapConnectionInfo Classe

Espace de noms Microsoft.SqlServer.Management.Common