영어로 읽기

다음을 통해 공유


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)

매개 변수

반환 값

유형: 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.