Compartir a través de


PullSubscription.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 if valid.

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
    Indicates whether to throw an exception.s

Valor devuelto

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

Vea también

Referencia

PullSubscription Clase

Espacio de nombres Microsoft.SqlServer.Replication