Aracılığıyla paylaş


AssemblyCollection.Remove Yöntemi (Assembly, Boolean)

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public Sub Remove ( _
    item As Assembly, _
    cleanUp As Boolean _
)
'Kullanım
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
)

Parametreler