Proprietà DisplayName
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets or sets a String value that specifies the display name of the connection.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)
Sintassi
'Dichiarazione
Public Property DisplayName As String
Get
Set
'Utilizzo
Dim instance As UIConnectionInfo
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
public string DisplayName { get; set; }
public:
property String^ DisplayName {
String^ get ();
void set (String^ value);
}
member DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)
Valore proprietà
Tipo: System. . :: . .String
A String value that specifies the display name of the connection.
Vedere anche