Метод TranslationCollection.Remove (Translation, Boolean)
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Removes the specified Translation from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
item As Translation, _
cleanUp As Boolean _
)
'Применение
Dim instance As TranslationCollection
Dim item As Translation
Dim cleanUp As Boolean
instance.Remove(item, cleanUp)
public void Remove(
Translation item,
bool cleanUp
)
public:
void Remove(
Translation^ item,
bool cleanUp
)
member Remove :
item:Translation *
cleanUp:bool -> unit
public function Remove(
item : Translation,
cleanUp : boolean
)
Параметры
- item
Тип: Microsoft.AnalysisServices.Translation
The Translation to be removed.
- cleanUp
Тип: System.Boolean
true to use the cleanup process; otherwise, false.