DisplayName-Eigenschaft
Gets the localized name that is displayed in object browsers. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DisplayName As String
Get
'Usage
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
Eigenschaftswert
Typ: System. . :: . .String
The localized name that is displayed in object browsers.