Proprietà HasWarnings
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Gets a value indicating whether the ValidationState contains one or more warnings.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property HasWarnings As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
True if the ValidationState contains at least one warning. Otherwise, false.
Vedere anche