다음을 통해 공유


Type 속성

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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