Partager via


Méthode ReplicationObject.CheckValidDefinition

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

Indicates whether the definition is valid.

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

Syntaxe

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

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

Paramètres

  • throwException
    Type : System.Boolean
    Indicates whether to throw an exception.

Valeur de retour

Type : System.Boolean
true if the definition is valid; otherwise, false.

Voir aussi

Référence

ReplicationObject Classe

Espace de noms Microsoft.SqlServer.Replication