MiscellaneousFilesCollection.Remove Method (IExtraSource)

Removes the specified miscellaneous file from the collection.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public Function Remove ( _
    miscellaneousFile As IExtraSource _
) As Boolean
'Usage
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

Parameters

Return Value

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.

See Also

Reference

MiscellaneousFilesCollection Class

Remove Overload

Microsoft.SqlServer.Management.Dac Namespace