Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the name of the application that has established the connection with the server.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Property ApplicationName As String
Get
Set
'Usage
Dim instance As ConnectionSettings
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)
Eigenschaftswert
Typ: System.String
A String value that specifies the name of the application.