Proprietà LocalizablePropertyDescriptor.DisplayName

Gets the localized name that is displayed in object browsers. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property DisplayName As String 
    Get
'Utilizzo
Dim instance As LocalizablePropertyDescriptor 
Dim value As String 

value = instance.DisplayName
public override string DisplayName { get; }
public:
virtual property String^ DisplayName {
    String^ get () override;
}
abstract DisplayName : string 
override DisplayName : string
override function get DisplayName () : String

Valore proprietà

Tipo: System.String
The localized name that is displayed in object browsers.

Vedere anche

Riferimento

LocalizablePropertyDescriptor Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc