Translation 建構函式 (Int32, String)
Initializes a new instance of Translation using language and caption information.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Sub New ( _
language As Integer, _
caption As String _
)
'用途
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
)
參數
- language
型別:System. . :: . .Int32
An Integer referencing the language for the Translation.
- caption
型別:System. . :: . .String
A String containing a unique identifier for the Translation.