Construtor Translation (Int32, String)
Initializes a new instance of the Translation class using the specified language and caption information.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
language As Integer, _
caption As String _
)
'Uso
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
)
Parâmetros
- language
Tipo: System.Int32
The language for the Translation.
- caption
Tipo: System.String
A unique identifier for the Translation.