ScalarMiningStructureColumn.Validate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the ScalarMiningStructureColumn object is valid.
public override bool Validate (Microsoft.AnalysisServices.ValidationErrorCollection errors, bool includeDetailedErrors, Microsoft.AnalysisServices.ServerEdition serverEdition);
override this.Validate : Microsoft.AnalysisServices.ValidationErrorCollection * bool * Microsoft.AnalysisServices.ServerEdition -> bool
Public Overrides Function Validate (errors As ValidationErrorCollection, includeDetailedErrors As Boolean, serverEdition As ServerEdition) As Boolean
Parameters
- errors
- ValidationErrorCollection
A collection of ValidationError objects.
- includeDetailedErrors
- Boolean
true to include detailed errors in the errors parameter; otherwise, false.
- serverEdition
- ServerEdition
Specifies the installed edition of MicrosoftSQL ServerAnalysis Services.
Returns
true if the ScalarMiningStructureColumn is properly configured; otherwise, false.