SqlUserDefinedAggregateAttribute.Format Właściwość

Definicja

Format serializacji jako 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

Wartość właściwości

Reprezentujący Format format serializacji.

Przykłady

// using Microsoft.Data.SqlClient.Server;

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

Dotyczy