Share via


CheckValidDefinition-Methode

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

Dieses Element überschreibt ReplicationObject. . :: . .CheckValidDefinition(Boolean).

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

Syntax

'Declaration
Protected Overrides Function CheckValidDefinition ( _
    throwException As Boolean _
) As Boolean
'Usage
Dim throwException As Boolean
Dim returnValue As Boolean

returnValue = Me.CheckValidDefinition(throwException)
protected override bool CheckValidDefinition(
    bool throwException
)
protected:
virtual bool CheckValidDefinition(
    bool throwException
) override
abstract CheckValidDefinition : 
        throwException:bool -> bool 
override CheckValidDefinition : 
        throwException:bool -> bool 
protected override function CheckValidDefinition(
    throwException : boolean
) : boolean

Parameter

Rückgabewert

Typ: System. . :: . .Boolean