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.