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.