Remove 方法 (IExtraSource)

Removes the specified miscellaneous file from the collection.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public Function Remove ( _
    miscellaneousFile As IExtraSource _
) As Boolean
用法
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

参数

返回值

类型: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.