Translation Constructor (Int32, String)
Initializes a new instance of Translation using language and caption information.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
language As Integer, _
caption As String _
)
public Translation (
int language,
string caption
)
public:
Translation (
int language,
String^ caption
)
public Translation (
int language,
String caption
)
public function Translation (
language : int,
caption : String
)
Parametri
- language
An Integer referencing the language for the Translation.
- caption
A String containing a unique identifier for the Translation.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
Translation Class
Translation Members
Microsoft.AnalysisServices Namespace