Compartir a través de


ValidationRule.Warnings Propiedad

Gets or sets the errors or warnings.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ValidationRule Clase

Espacio de nombres Microsoft.AnalysisServices