Freigeben über


BusinessLogicHandler.CheckValidDefinition-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Indicates whether the definition is valid.

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

Parameter

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

Rückgabewert

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

Siehe auch

Verweis

BusinessLogicHandler Klasse

Microsoft.SqlServer.Replication-Namespace