Конструктор Translation (Int32, String)
Initializes a new instance of the Translation class using the specified language and caption information.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
language As Integer, _
caption As String _
)
'Применение
Dim language As Integer
Dim caption As String
Dim instance As New Translation(language, _
caption)
public Translation(
int language,
string caption
)
public:
Translation(
int language,
String^ caption
)
new :
language:int *
caption:string -> Translation
public function Translation(
language : int,
caption : String
)
Параметры
- language
Тип: System.Int32
The language for the Translation.
- caption
Тип: System.String
A unique identifier for the Translation.