ExternalLanguageFilePlatform Enum
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.
Specifies the platform language was created for.
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ExternalLanguageFilePlatform))]
public enum ExternalLanguageFilePlatform
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ExternalLanguageFilePlatform))>]
type ExternalLanguageFilePlatform =
Public Enum ExternalLanguageFilePlatform
- Inheritance
-
ExternalLanguageFilePlatform
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Platform was not specified |
Windows | 1 | Was created for Windows |
Linux | 2 | Was created for Linux |