Bagikan melalui


SqlUserDefinedAggregateAttribute.Format Properti

Definisi

Format serialisasi sebagai 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

Nilai Properti

mewakili Format format serialisasi.

Contoh

// using Microsoft.Data.SqlClient.Server;

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

Berlaku untuk