Compartir a través de


Publication.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 to check valid definition.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Protected Overrides Function CheckValidDefinition ( _
    throwException As Boolean _
) As Boolean
'Uso
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

Parámetros

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

Valor devuelto

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

Vea también

Referencia

Publication Clase

Espacio de nombres Microsoft.SqlServer.Replication