Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the ScalarMiningStructureColumn object is valid.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Overrides Function Validate ( _
errors As ValidationErrorCollection, _
includeDetailedErrors As Boolean, _
serverEdition As ServerEdition _
) As Boolean
'Usage
Dim instance As ScalarMiningStructureColumn
Dim errors As ValidationErrorCollection
Dim includeDetailedErrors As Boolean
Dim serverEdition As ServerEdition
Dim returnValue As Boolean
returnValue = instance.Validate(errors, _
includeDetailedErrors, serverEdition)
public override bool Validate(
ValidationErrorCollection errors,
bool includeDetailedErrors,
ServerEdition serverEdition
)
public:
virtual bool Validate(
ValidationErrorCollection^ errors,
bool includeDetailedErrors,
ServerEdition serverEdition
) override
abstract Validate :
errors:ValidationErrorCollection *
includeDetailedErrors:bool *
serverEdition:ServerEdition -> bool
override Validate :
errors:ValidationErrorCollection *
includeDetailedErrors:bool *
serverEdition:ServerEdition -> bool
public override function Validate(
errors : ValidationErrorCollection,
includeDetailedErrors : boolean,
serverEdition : ServerEdition
) : boolean
Parameters
- errors
Type: Microsoft.AnalysisServices.ValidationErrorCollection
A collection of ValidationError objects.
- includeDetailedErrors
Type: System.Boolean
true to include detailed errors in the errors parameter; otherwise, false.
- serverEdition
Type: Microsoft.AnalysisServices.ServerEdition
Specifies the installed edition of Microsoft SQL Server Analysis Services.
Return Value
Type: System.Boolean
true if the ScalarMiningStructureColumn is properly configured; otherwise, false.