Aracılığıyla paylaş


SQL Server Message sonuçları

Aşağıdaki Transact-SQL deyimleri oluşturmak SQL Server çalıştırıldığında satırları etkilenen yerel istemci ole db sağlayıcı satır kümeleri veya sayısı:

  • YAZDIR

  • RAISERROR 10 veya daha düşük bir önem derecesi

  • DBCC

  • SET SHOWPLAN

  • SET İSTATİSTİKLERİ

Bu ifadeler bir veya daha fazla bilgilendirme iletileri döndürmek ya da neden SQL Server satır kümesi yerine bilgilendirme iletileri döndürmek veya sayım sonuçlar.Başarılı yürütülmesine, SQL Server yerel istemci ole db sağlayıcı s_ok döndürür ve iletileri mevcut olan SQL Server yerel istemci ole db sağlayıcı tüketici.

The SQL Server Native Client OLE DB provider returns S_OK and has one or more informational messages available following the execution of many Transact-SQL statements or the consumer execution of a SQL Server Native Client OLE DB provider member function.

The SQL Server Native Client OLE DB provider consumer allowing dynamic specification of query text should check error interfaces after every member function execution regardless of the value of the return code, the presence or absence of a returned IRowset or IMultipleResults interface reference, or a count of affected rows.

Ayrıca bkz.

Kavramlar