Compartir a través de


SqlScriptComparer.Compare (Método) (TSqlFragment, TSqlFragment)

Compara dos fragmentos.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Public Function Compare ( _
    first As TSqlFragment, _
    second As TSqlFragment _
) As Boolean
public bool Compare(
    TSqlFragment first,
    TSqlFragment second
)
public:
bool Compare(
    TSqlFragment^ first, 
    TSqlFragment^ second
)
member Compare : 
        first:TSqlFragment * 
        second:TSqlFragment -> bool 
public function Compare(
    first : TSqlFragment, 
    second : TSqlFragment
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

SqlScriptComparer Clase

Compare (Sobrecarga)

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)