Construtor Translation (Int32)
Initializes a new instance of Translation providing a language parameter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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.
Consulte também