Translation Constructor (Int32)
Initializes a new instance of Translation providing a language parameter.
Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
Public Sub New ( _
language As Integer _
)
public Translation (
int language
)
public:
Translation (
int language
)
public Translation (
int language
)
public function Translation (
language : int
)
Parameter
- language
An Integer referencing the language for the Translation.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
Translation Class
Translation Members
Microsoft.AnalysisServices Namespace