Partager via


Propriété HasWarnings

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Gets a value indicating whether the ValidationState contains one or more warnings.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property HasWarnings As Boolean
    Get
'Utilisation
Dim instance As ValidationState
Dim value As Boolean

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

Valeur de propriété

Type : System. . :: . .Boolean
True if the ValidationState contains at least one warning. Otherwise, false.