Condividi tramite


Proprietà OlapConnectionInfo.ApplicationName

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets or sets a String value that specifies the application name.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
Public Property ApplicationName As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: String
A String value that specifies the application name.

Vedere anche

Riferimento

OlapConnectionInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.Common