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
'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
Parameters
- miscellaneousFile
Type: Microsoft.SqlServer.Management.Dac.IExtraSource
An IExtraSource object that provides I/O stream access to the miscellaneous file to remove from the collection.
Return Value
Type: 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.