Metoda Permission.Validate (ValidationErrorCollection, Boolean, ServerEdition)
Ten element członkowski zastępuje element NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Overrides Function Validate ( _
errors As ValidationErrorCollection, _
includeDetailedErrors As Boolean, _
serverEdition As ServerEdition _
) As Boolean
'Użycie
Dim instance As Permission
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
Parametry
- includeDetailedErrors
Typ: System.Boolean
- serverEdition
Typ: Microsoft.AnalysisServices.ServerEdition
Wartość zwracana
Typ: System.Boolean
Zobacz także