DismissedValidationResult Class

 

Applies To: SQL Server (starting with 2016)

Represents a dismissed validation error, warning or message returned by the MajorObject.Validate method.

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.DismissedValidationResult

Syntax

public sealed class DismissedValidationResult
public ref class DismissedValidationResult sealed 
[<Sealed>]
type DismissedValidationResult = class end
Public NotInheritable Class DismissedValidationResult

Properties

Name Description
System_CAPS_pubproperty Comments

Gets or sets the comments in the validation result object.

System_CAPS_pubproperty ValidationResult

Gets the validation error, warning or message returned by the MajorObject.Validate method.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.AnalysisServices Namespace

Return to top