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
)

参数

请参阅

参考

TranslationCollection 类

Remove 重载

Microsoft.AnalysisServices 命名空间