Condividi tramite


Metodo BusinessLogicHandler.CheckValidDefinition

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Indicates whether the definition is valid.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public Function CheckValidDefinition ( _
    throwException As Boolean _
) As Boolean
'Utilizzo
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

Parametri

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

Valore restituito

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

Vedere anche

Riferimento

BusinessLogicHandler Classe

Spazio dei nomi Microsoft.SqlServer.Replication