Поделиться через


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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Translation Class
Translation Members
Microsoft.AnalysisServices Namespace