Metoda AssemblyCollection.Remove (Assembly, Boolean)
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub Remove ( _
item As Assembly, _
cleanUp As Boolean _
)
'Użycie
Dim instance As AssemblyCollection
Dim item As [Assembly]
Dim cleanUp As Boolean
instance.Remove(item, cleanUp)
public void Remove(
Assembly item,
bool cleanUp
)
public:
void Remove(
Assembly^ item,
bool cleanUp
)
member Remove :
item:Assembly *
cleanUp:bool -> unit
public function Remove(
item : Assembly,
cleanUp : boolean
)
Zobacz także