SqlUserDefinedAggregateAttribute.Format Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Format de sérialisation en tant que Format.
public:
property Microsoft::Data::SqlClient::Server::Format Format { Microsoft::Data::SqlClient::Server::Format get(); };
public Microsoft.Data.SqlClient.Server.Format Format { get; }
member this.Format : Microsoft.Data.SqlClient.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
{
//...
}