共用方式為


UIConnectionInfo.ApplicationName 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets or sets the name of the application in a connection dialog.

命名空間:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
組件:  Microsoft.SqlServer.RegSvrEnum (在 Microsoft.SqlServer.RegSvrEnum.dll 中)

語法

'宣告
Public Property ApplicationName As String 
    Get 
    Set
'用途
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)

屬性值

型別:System.String
The name of the application in a connection dialog.

請參閱

參考

UIConnectionInfo 類別

Microsoft.SqlServer.Management.Smo.RegSvrEnum 命名空間