ValidationRule.Warnings Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the errors or warnings.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public static ICollection Warnings { get; }
public:
property ICollection^ Warnings {
    static ICollection^ get();
}
static member Warnings : ICollection with get
Public Shared ReadOnly Property Warnings As ICollection

Property Value

Type: System.Collections.ICollection

The errors or warnings.

See Also

ValidationRule Class
Microsoft.AnalysisServices Namespace

Return to top