Proprietà ValidationRule.Warnings
Gets or sets the errors or warnings.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly Property Warnings As ICollection
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Collections.ICollection
The errors or warnings.