Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the error priority.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Priority As ErrorPriority
Get
Set
'Usage
Dim instance As ValidationError
Dim value As ErrorPriority
value = instance.Priority
instance.Priority = value
public ErrorPriority Priority { get; set; }
public:
property ErrorPriority Priority {
ErrorPriority get ();
void set (ErrorPriority value);
}
member Priority : ErrorPriority with get, set
function get Priority () : ErrorPriority
function set Priority (value : ErrorPriority)
Property Value
Type: Microsoft.AnalysisServices.ErrorPriority
The error priority.