ResultType Enum

Definition

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

Applies to