Méthode Validate (String)

Validates the condition using the given mode.

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

Syntaxe

'Déclaration
Public Sub Validate ( _
    mode As String _
)
'Utilisation
Dim instance As Condition
Dim mode As String

instance.Validate(mode)
public void Validate(
    string mode
)
public:
void Validate(
    String^ mode
)
member Validate : 
        mode:string -> unit 
public function Validate(
    mode : String
)

Paramètres

Notes

This method validates the expression and checks whether it applies to the specified facet.

Exemples

C#

c.Validate(mode);

VB

c.Validate(mode)