Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the errors or warnings.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Warnings As ICollection
Get
'Usage
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
Property Value
Type: System.Collections.ICollection
The errors or warnings.