共用方式為


Translation Constructor (Int32, String)

Initializes a new instance of Translation using language and caption information.

命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

語法

'宣告
Public Sub New ( _
    language As Integer, _
    caption As String _
)
public Translation (
    int language,
    string caption
)
public:
Translation (
    int language, 
    String^ caption
)
public Translation (
    int language, 
    String caption
)
public function Translation (
    language : int, 
    caption : String
)

參數

  • language
    An Integer referencing the language for the Translation.
  • caption
    A String containing a unique identifier for the Translation.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Translation Class
Translation Members
Microsoft.AnalysisServices Namespace