GetLocalizedValue メソッド

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Localization
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public Function GetLocalizedValue As String
'使用
Dim instance As BaseLocalizableAttribute
Dim returnValue As String

returnValue = instance.GetLocalizedValue()
public string GetLocalizedValue()
public:
String^ GetLocalizedValue()
member GetLocalizedValue : unit -> string 
public function GetLocalizedValue() : String

戻り値

型: System. . :: . .String