Méthode BusinessLogicHandler.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
Public Function CheckValidDefinition ( _
    throwException As Boolean _
) As Boolean
'Utilisation
Dim instance As BusinessLogicHandler 
Dim throwException As Boolean 
Dim returnValue As Boolean 

returnValue = instance.CheckValidDefinition(throwException)
public bool CheckValidDefinition(
    bool throwException
)
public:
bool CheckValidDefinition(
    bool throwException
)
member CheckValidDefinition : 
        throwException:bool -> bool
public function CheckValidDefinition(
    throwException : boolean
) : boolean

Paramètres

  • throwException
    Type : System.Boolean
    true to throw an exception; otherwise, false.

Valeur de retour

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

Voir aussi

Référence

BusinessLogicHandler Classe

Espace de noms Microsoft.SqlServer.Replication