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
LocalizablePropertyDisplayNameAttribute のローカライズされた値を含む文字列です。