CheckValidDefinition-Methode
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Protected Overridable Function CheckValidDefinition ( _
throwException As Boolean _
) As Boolean
'Usage
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
Parameter
- throwException
Typ: System. . :: . .Boolean