Share via


Translation Constructor (Int32, String)

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

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
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
)

Parameters

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Translation Class
Translation Members
Microsoft.AnalysisServices Namespace