SqlUserDefinedAggregateAttribute.Format Proprietà

Definizione

Formato di serializzazione come 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

Valore della proprietà

Format che rappresenta il formato di serializzazione.

Esempio

// using Microsoft.Data.SqlClient.Server;

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

Si applica a