Compartir a través de


BusinessLogicHandler.CheckValidDefinition Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Indicates whether the definition is valid.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public Function CheckValidDefinition ( _
    throwException As Boolean _
) As Boolean
'Uso
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

Parámetros

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

Valor devuelto

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

Vea también

Referencia

BusinessLogicHandler Clase

Espacio de nombres Microsoft.SqlServer.Replication