SqlScriptComparer.Compare, méthode (TSqlFragment, TSqlFragment)
Compare deux fragments.
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
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
Paramètres
- first
Type : Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Premier fragment à comparer.
- second
Type : Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Deuxième fragment à comparer.
Valeur de retour
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.