ValidationRule 클래스
Represents the validation rule.
상속 계층
System.Object
Microsoft.AnalysisServices.ValidationRule
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public NotInheritable Class ValidationRule
‘사용 방법
Dim instance As ValidationRule
public sealed class ValidationRule
public ref class ValidationRule sealed
[<SealedAttribute>]
type ValidationRule = class end
public final class ValidationRule
ValidationRule 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Category | Gets or sets the category. | |
Description | Gets or sets the description. | |
HelpID | Gets or sets the help identifier. | |
ID | Gets or sets the validation identifier. | |
Priority | Gets or sets the priority rule. | |
Type | Gets or sets the type of validation. | |
Warnings | Gets or sets the errors or warnings. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.