ErrorPriority Enumeration
Defines the error priority.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("4F48FFB2-1BD7-4df5-94C6-AEE9D817B431")> _
Public Enumeration ErrorPriority
'Usage
Dim instance As ErrorPriority
[GuidAttribute("4F48FFB2-1BD7-4df5-94C6-AEE9D817B431")]
public enum ErrorPriority
[GuidAttribute(L"4F48FFB2-1BD7-4df5-94C6-AEE9D817B431")]
public enum class ErrorPriority
[<GuidAttribute("4F48FFB2-1BD7-4df5-94C6-AEE9D817B431")>]
type ErrorPriority
public enum ErrorPriority
Members
Member name | Description | |
---|---|---|
High | Gives the error high priority. | |
Low | Gives the error low priority. |
Remarks
New: 17 July 2006