Translation Constructor (Int32, String)
Initializes a new instance of Translation using language and caption information.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- language
An Integer referencing the language for the Translation.
- caption
A String containing a unique identifier for the Translation.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
Translation Class
Translation Members
Microsoft.AnalysisServices Namespace