Metoda ReplicationObject.CheckValidDefinition
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)
Składnia
'Deklaracja
Protected Overridable Function CheckValidDefinition ( _
throwException As Boolean _
) As Boolean
'Użycie
Dim throwException As Boolean
Dim returnValue As Boolean
returnValue = Me.CheckValidDefinition(throwException)
protected virtual bool CheckValidDefinition(
bool throwException
)
protected:
virtual bool CheckValidDefinition(
bool throwException
)
abstract CheckValidDefinition :
throwException:bool -> bool
override CheckValidDefinition :
throwException:bool -> bool
protected function CheckValidDefinition(
throwException : boolean
) : boolean
Parametry
- throwException
Typ: System.Boolean
Wartość zwracana
Typ: System.Boolean