Propriedade do RDL ValidationRule.Warnings
Gets or sets the errors or warnings.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Shared ReadOnly Property Warnings As ICollection
Get
'Uso
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
Valor da propriedade
Tipo: System.Collections.ICollection
The errors or warnings.