System.Web.Profile.ProfileInfo.Size Property

Gets the size of the profile property names and values stored in the data source.

Syntax

public virtual int Size { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Web.Profile.SqlProfileProvider calculates the size of the profile as the total size of the string and binary columns that store the profile property values and the column that stores the profile property names. The size of the columns is determined using the SQL Server DATALENGTH function.

Requirements

Namespace: System.Web.Profile
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0