ExternalLanguageFilePlatform Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie que le langage de plateforme a été créé pour.
[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
- Héritage
-
ExternalLanguageFilePlatform
- Attributs
Champs
| Nom | Valeur | Description |
|---|---|---|
| Default | 0 | La plateforme n’a pas été spécifiée |
| Windows | 1 | A été créé pour Windows |
| Linux | 2 | A été créé pour Linux |