LocalizablePropertyDisplayNameAttribute.DisplayName 속성
Gets the display name of the LocalizablePropertyDisplayNameAttribute.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Localization
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Overrides ReadOnly Property DisplayName As String
Get
‘사용 방법
Dim instance As LocalizablePropertyDisplayNameAttribute
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
속성 값
유형: System.String
The display name of the LocalizablePropertyDisplayNameAttribute.