Метод LocalizablePropertyDisplayNameAttribute.GetLocalizedValue
Returns a string containing localized value of the LocalizablePropertyDisplayNameAttribute.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Localization
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Function GetLocalizedValue As String
'Применение
Dim instance As LocalizablePropertyDisplayNameAttribute
Dim returnValue As String
returnValue = instance.GetLocalizedValue()
public string GetLocalizedValue()
public:
String^ GetLocalizedValue()
member GetLocalizedValue : unit -> string
public function GetLocalizedValue() : String
Возвращаемое значение
Тип: System.String
A string containing the localized value of the LocalizablePropertyDisplayNameAttribute.
См. также
Справочник
LocalizablePropertyDisplayNameAttribute Класс
Пространство имен Microsoft.SqlServer.Dts.Runtime.Localization