Translation Constructor (Int32)
Initializes a new instance of Translation providing a language parameter.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub New ( _
language As Integer _
)
'Uso
Dim language As Integer
Dim instance As New Translation(language)
public Translation(
int language
)
public:
Translation(
int language
)
new :
language:int -> Translation
public function Translation(
language : int
)
Parámetros
- language
Tipo: System. . :: . .Int32
An Integer referencing the language for the Translation.
Vea también