Partager via


Propriété SqlConnectionInfo.ApplicationName

Gets or sets the name of the application that is connected to the instance of SQL Server.

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 SqlConnectionInfo 
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 : System.String
A String value that specifies the name of the application.

Voir aussi

Référence

SqlConnectionInfo Classe

Espace de noms Microsoft.SqlServer.Management.Common