ErrorPriority 枚举
Defines the error priority.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<GuidAttribute("4F48FFB2-1BD7-4df5-94C6-AEE9D817B431")> _
Public Enumeration ErrorPriority
用法
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
成员
成员名称 | 说明 | |
---|---|---|
High | Gives the error high priority. | |
Low | Gives the error low priority. |
注释
新增日期: 2006 年 7 月 17 日