DismissedValidationRule.Comments Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the comments of validation.

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

Syntax

public string Comments { get; set; }
public:
property String^ Comments {
    String^ get();
    void set(String^ value);
}
member Comments : string with get, set
Public Property Comments As String

Property Value

Type: System.String

The comments of validation.

See Also

DismissedValidationRule Class
Microsoft.AnalysisServices Namespace

Return to top