Partager via


Propriété ValidationRule.Warnings

Gets or sets the errors or warnings.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property Warnings As ICollection 
    Get
'Utilisation
Dim value As ICollection 

value = ValidationRule.Warnings
public static ICollection Warnings { get; }
public:
static property ICollection^ Warnings {
    ICollection^ get ();
}
static member Warnings : ICollection
static function get Warnings () : ICollection

Valeur de propriété

Type : System.Collections.ICollection
The errors or warnings.

Voir aussi

Référence

ValidationRule Classe

Espace de noms Microsoft.AnalysisServices