SqlUserDefinedAggregateAttribute.Format Propriété

Définition

Format de sérialisation en tant que Format.

public:
 property Microsoft::SqlServer::Server::Format Format { Microsoft::SqlServer::Server::Format get(); };
public Microsoft.SqlServer.Server.Format Format { get; }
member this.Format : Microsoft.SqlServer.Server.Format
Public ReadOnly Property Format As Format

Valeur de propriété

Format représentant le format de sérialisation.

Exemples

// using Microsoft.Data.SqlClient.Server;

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

S’applique à