Partager via


Méthode CheckValidDefinition

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Ce membre se substitue à ReplicationObject. . :: . .CheckValidDefinition(Boolean).

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Protected Overrides Function CheckValidDefinition ( _
    throwException As Boolean _
) As Boolean
'Utilisation
Dim throwException As Boolean
Dim returnValue As Boolean

returnValue = Me.CheckValidDefinition(throwException)
protected override bool CheckValidDefinition(
    bool throwException
)
protected:
virtual bool CheckValidDefinition(
    bool throwException
) override
abstract CheckValidDefinition : 
        throwException:bool -> bool 
override CheckValidDefinition : 
        throwException:bool -> bool 
protected override function CheckValidDefinition(
    throwException : boolean
) : boolean

Paramètres

Valeur de retour

Type : System. . :: . .Boolean