Méthode SfcInstance.Validate

Indicates the basic child object's validation. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Protected Overridable Function Validate As ValidationState
'Utilisation
Dim returnValue As ValidationState 

returnValue = Me.Validate()
protected virtual ValidationState Validate()
protected:
virtual ValidationState^ Validate()
abstract Validate : unit -> ValidationState  
override Validate : unit -> ValidationState
protected function Validate() : ValidationState

Valeur de retour

Type : Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
The validation state of the object that is validated.

Voir aussi

Référence

SfcInstance Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc