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.