ResultType 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.
Result enum type To support localized description, it uses 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
- Inheritance
-
ResultType
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
InProgress | 1 | |
Success | 2 | |
Warning | 3 | |
Error | 4 |