ProfileInfo::Size Property
.NET Framework (current version)
Gets the size of the profile property names and values stored in the data source.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Int32The size of the profile property names and values stored in the data source.
The 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: