clr kullanıcı tanımlı toplamları
Toplama işlevleri, bir değerler küme hesaplamayı ve tek bir değer döndürür.Traditionally, Microsoft SQL Server has supported only built-in aggregate functions, such as SUM or MAX, that operate on a set of input scalar values and generate a single aggregate value from that set.SQL Server integration with the Microsoft .NET Framework common language runtime (CLR) now allows developers to create custom aggregate functions in managed code, and to make these functions accessible to Transact-SQL or other managed code.
Aşağıdaki tablo bu bölümdeki konuları listeler.
clr kullanıcı tanımlı Aggregates gereksinimleri
clr kullanıcı tanımlı toplu işlevleri uygulamak için gereksinimlerine genel bakış sağlar.clr kullanıcı tanımlı toplama işlevleri çağırma
Kullanıcı tanımlı toplamları çağırmak açıklar.