SqlScriptComparer.Compare, méthode (TextReader, TextReader)
Compare deux lecteurs de texte.
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 TextReader, _
second As TextReader _
) As Boolean
public bool Compare(
TextReader first,
TextReader second
)
public:
bool Compare(
TextReader^ first,
TextReader^ second
)
member Compare :
first:TextReader *
second:TextReader -> bool
public function Compare(
first : TextReader,
second : TextReader
) : boolean
Paramètres
- first
Type : System.IO.TextReader
- second
Type : System.IO.TextReader
Deuxième lecteur de texte à comparer.
Valeur de retour
Type : System.Boolean
True si les scripts dans les lecteurs de texte ont une fonction équivalente ; sinon, false.
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.