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
參數
- miscellaneousFileName
型別:System. . :: . .String
A String value that specifies the name of the miscellaneous file to remove.
傳回值
型別: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.