ExternalLanguage.RemoveFile(ExternalLanguageFilePlatform) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removing a file spec from external language by providing its platform.
public void RemoveFile(Microsoft.SqlServer.Management.Smo.ExternalLanguageFilePlatform platform);
member this.RemoveFile : Microsoft.SqlServer.Management.Smo.ExternalLanguageFilePlatform -> unit
Public Sub RemoveFile (platform As ExternalLanguageFilePlatform)
Parameters
- platform
- ExternalLanguageFilePlatform
An OS platform (e.g. Linux/Windows)