ValidationRule.Category Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the category.

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

Syntax

public string Category { get; }
public:
property String^ Category {
    String^ get();
}
member Category : string with get
Public ReadOnly Property Category As String

Property Value

Type: System.String

The category.

See Also

ValidationRule Class
Microsoft.AnalysisServices Namespace

Return to top