Compartir a través de


Remove Método (IExtraSource)

Removes the specified miscellaneous file from the collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
Public Function Remove ( _
    miscellaneousFile As IExtraSource _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

Tipo: 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.