TranslationCollection.Add 메서드 (Int32, String)
Creates and adds a Translation, with the specified language and caption, to the end of the collection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function Add ( _
language As Integer, _
caption As String _
) As Translation
‘사용 방법
Dim instance As TranslationCollection
Dim language As Integer
Dim caption As String
Dim returnValue As Translation
returnValue = instance.Add(language, caption)
public Translation Add(
int language,
string caption
)
public:
Translation^ Add(
int language,
String^ caption
)
member Add :
language:int *
caption:string -> Translation
public function Add(
language : int,
caption : String
) : Translation
매개 변수
- language
유형: System.Int32
The language of the Translation to be added.
- caption
유형: System.String
The caption of the Translation to be added.
반환 값
유형: Microsoft.AnalysisServices.Translation
A new, empty Translation.