Share via


BusinessLogicHandler.CheckValidDefinition Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean