Конструктор AttributeTranslation (Int32, String)
Initializes a new instance of the AttributeTranslation class, using default values with specified language and caption parameters.
Пространство имен: 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 AttributeTranslation(language, _
caption)
public AttributeTranslation(
int language,
string caption
)
public:
AttributeTranslation(
int language,
String^ caption
)
new :
language:int *
caption:string -> AttributeTranslation
public function AttributeTranslation(
language : int,
caption : String
)
Параметры
- language
Тип: System.Int32
An Integer representation of the language to be used with the AttributeTranslation.??
- caption
Тип: System.String
The text of the caption.?