ReplicationObject.CheckValidDefinition Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Indicates whether the definition is valid.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
Protected Overridable Function CheckValidDefinition ( _
throwException As Boolean _
) As Boolean
'Uso
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
Parámetros
- throwException
Tipo: System.Boolean
Indicates whether to throw an exception.
Valor devuelto
Tipo: System.Boolean
true if the definition is valid; otherwise, false.