ProfileInfo.Size Property

Definition

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.

Applies to

See also