TranslationCollection.Remove 메서드 (Int32)
Removes the Translation, with the specified language, from the collection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Sub Remove ( _
language As Integer _
)
‘사용 방법
Dim instance As TranslationCollection
Dim language As Integer
instance.Remove(language)
public void Remove(
int language
)
public:
void Remove(
int language
)
member Remove :
language:int -> unit
public function Remove(
language : int
)
매개 변수
- language
유형: System.Int32
The language of the Translation to be removed.