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