Partilhar via


Método BusinessLogicHandler.CheckValidDefinition

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Indicates whether the definition is valid.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

BusinessLogicHandler Classe

Namespace Microsoft.SqlServer.Replication