SqlUserDefinedAggregateAttribute.Format Property

Definition

The serialization format as a Format.

C#
public Microsoft.Data.SqlClient.Server.Format Format { get; }

Property Value

A Format representing the serialization format.

Examples

C#
// using Microsoft.Data.SqlClient.Server;

[SqlUserDefinedAggregate(Format.Native)]
public class SampleAggregate
{
    //...
}

Applies to

منتج الإصدارات
SqlClient .NET Core 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1
SqlClient .NET Framework 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1
SqlClient .NET Standard 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1