Метод Remove (String)

Removes the miscellaneous file with the specified name from the collection.

Пространство имен:  Microsoft.SqlServer.Management.Dac
Сборка:  Microsoft.SqlServer.Management.Dac (в Microsoft.SqlServer.Management.Dac.dll)

Синтаксис

'Декларация
Public Function Remove ( _
    miscellaneousFileName As String _
) As Boolean
'Применение
Dim instance As MiscellaneousFilesCollection
Dim miscellaneousFileName As String
Dim returnValue As Boolean

returnValue = instance.Remove(miscellaneousFileName)
public bool Remove(
    string miscellaneousFileName
)
public:
bool Remove(
    String^ miscellaneousFileName
)
member Remove : 
        miscellaneousFileName:string -> bool 
public function Remove(
    miscellaneousFileName : String
) : boolean

Параметры

Возвращаемое значение

Тип: System. . :: . .Boolean
A Boolean value indicating whether the file was removed successfully. If true, the miscellaneousFileName parameter was not null and the file was successfully removed. Otherwise, false.