ResultType É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.
Type d’énumération de résultat Pour prendre en charge la description localisée, il utilise LocalizedEnumConverter.
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.SqlScriptPublish.LocalizedEnumConverter))]
public enum ResultType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.SqlScriptPublish.LocalizedEnumConverter))>]
type ResultType =
Public Enum ResultType
- Héritage
-
ResultType
- Attributs
Champs
| Nom | Valeur | Description |
|---|---|---|
| None | 0 | |
| InProgress | 1 | |
| Success | 2 | |
| Warning | 3 | |
| Error | 4 |