Compartilhar via


Propriedade do RDL ValidationResult.IsWarning

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Gets a value indicating whether the validation resulted in a warning.

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 IsWarning As Boolean 
    Get
'Uso
Dim instance As ValidationResult 
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 da propriedade

Tipo: System.Boolean
True if the validation resulted in a warning. Otherwise, false.

Consulte também

Referência

ValidationResult Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc