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
매개 변수
- miscellaneousFile
유형: Microsoft.SqlServer.Management.Dac. . :: . .IExtraSource
An IExtraSource object that provides I/O stream access to the miscellaneous file to remove from the collection.
반환 값
유형: 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.