ValidationRule.Type Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the type of validation.

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

Syntax

public ValidationRuleType Type { get; }
public:
property ValidationRuleType Type {
    ValidationRuleType get();
}
member Type : ValidationRuleType with get
Public ReadOnly Property Type As ValidationRuleType

Property Value

Type: Microsoft.AnalysisServices.ValidationRuleType

The type of validation.

See Also

ValidationRule Class
Microsoft.AnalysisServices Namespace

Return to top