Поделиться через


Метод TranslationCollection.Remove (Int32, Boolean)

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Removes the Translation, with the specified language, from the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Sub Remove ( _
    language As Integer, _
    cleanUp As Boolean _
)
'Применение
Dim instance As TranslationCollection 
Dim language As Integer 
Dim cleanUp As Boolean

instance.Remove(language, cleanUp)
public void Remove(
    int language,
    bool cleanUp
)
public:
void Remove(
    int language, 
    bool cleanUp
)
member Remove : 
        language:int * 
        cleanUp:bool -> unit
public function Remove(
    language : int, 
    cleanUp : boolean
)

Параметры

  • cleanUp
    Тип: System.Boolean
    true to use the cleanup process; otherwise, false. 

См. также

Справочник

TranslationCollection Класс

Перегрузка Remove

Пространство имен Microsoft.AnalysisServices