Freigeben über


UIConnectionInfo.ApplicationName-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Gets or sets the name of the application in a connection dialog.

Namespace:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly:  Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)

Syntax

'Declaration
Public Property ApplicationName As String 
    Get 
    Set
'Usage
Dim instance As UIConnectionInfo 
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
The name of the application in a connection dialog.

Siehe auch

Verweis

UIConnectionInfo Klasse

Microsoft.SqlServer.Management.Smo.RegSvrEnum-Namespace