Compartir a través de


IsWarning Propiedad

Gets the Boolean value that specifies whether the compilation error is a warning or not.

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsWarning As Boolean
    Get
'Uso
Dim instance As DacCompilationError
Dim value As Boolean

value = instance.IsWarning
public bool IsWarning { get; }
public:
property bool IsWarning {
    bool get ();
}
member IsWarning : bool
function get IsWarning () : boolean

Valor de la propiedad

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the compilation error is a warning. If True, the error is a warning.