Propriedade do RDL HasWarnings
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Gets a value indicating whether the ValidationState contains one or more warnings.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public ReadOnly Property HasWarnings As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
True if the ValidationState contains at least one warning. Otherwise, false.