Proprietà IsWarning
Gets the Boolean value that specifies whether the compilation error is a warning or not.
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsWarning As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the compilation error is a warning. If True, the error is a warning.
Vedere anche