Partager via


Méthode Remove (IExtraSource)

Removes the specified miscellaneous file from the collection.

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public Function Remove ( _
    miscellaneousFile As IExtraSource _
) As Boolean
'Utilisation
Dim instance As MiscellaneousFilesCollection
Dim miscellaneousFile As IExtraSource
Dim returnValue As Boolean

returnValue = instance.Remove(miscellaneousFile)
public bool Remove(
    IExtraSource miscellaneousFile
)
public:
bool Remove(
    IExtraSource^ miscellaneousFile
)
member Remove : 
        miscellaneousFile:IExtraSource -> bool 
public function Remove(
    miscellaneousFile : IExtraSource
) : boolean

Paramètres

Valeur de retour

Type : System. . :: . .Boolean
A Boolean value indicating whether the file was removed successfully. If true, the miscellaneousFile parameter was not null and the file was successfully removed. Otherwise, false.