ProfileInfo.Size Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the size of the profile property names and values stored in the data source.
public:
virtual property int Size { int get(); };
public virtual int Size { get; }
member this.Size : int
Public Overridable ReadOnly Property Size As Integer
Property Value
The size of the profile property names and values stored in the data source.
Remarks
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.