SqlUserDefinedAggregateAttribute.Format Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Formato di serializzazione come 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
Valore della proprietà
Format che rappresenta il formato di serializzazione.
Esempio
// using Microsoft.Data.SqlClient.Server;
[SqlUserDefinedAggregate(Format.Native)]
public class SampleAggregate
{
//...
}