Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the validation error, warning or message returned by the MajorObject.Validate method.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property ValidationResult As ValidationResult
Get
'Usage
Dim instance As DismissedValidationResult
Dim value As ValidationResult
value = instance.ValidationResult
public ValidationResult ValidationResult { get; }
public:
property ValidationResult^ ValidationResult {
ValidationResult^ get ();
}
member ValidationResult : ValidationResult
function get ValidationResult () : ValidationResult
Property Value
Type: Microsoft.AnalysisServices.ValidationResult
The validation error, warning or message returned by the MajorObject.Validate method.