Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the Translation class using the specified language and caption information.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
language As Integer, _
caption As String _
)
'Usage
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
)
Parameters
- language
Type: System.Int32
The language for the Translation.
- caption
Type: System.String
A unique identifier for the Translation.