ValidationRule.Type プロパティ

検証の種類を取得または設定します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public ReadOnly Property Type As ValidationRuleType 
    Get
'使用
Dim instance As ValidationRule 
Dim value As ValidationRuleType 

value = instance.Type
public ValidationRuleType Type { get; }
public:
property ValidationRuleType Type {
    ValidationRuleType get ();
}
member Type : ValidationRuleType
function get Type () : ValidationRuleType

プロパティ値

型: Microsoft.AnalysisServices.ValidationRuleType
検証の種類です。

関連項目

参照

ValidationRule クラス

Microsoft.AnalysisServices 名前空間