SqlProfileProvider::SetPropertyValues Method
Updates the SQL Server profile database with the specified property values.
Assembly: System.Web (in System.Web.dll)
public: virtual void SetPropertyValues( SettingsContext^ sc, SettingsPropertyValueCollection^ properties ) override
Parameters
- sc
- Type: System.Configuration::SettingsContext
The SettingsContext that contains user profile information.
- properties
- Type: System.Configuration::SettingsPropertyValueCollection
A SettingsPropertyValueCollection containing profile information and values for the properties to be updated.
The SetPropertyValues method is used by ASP.NET profile services to update the SQL Server profile database when property values are set for the current request. Property values are set at the data source for the application specified by the applicationName attribute in the configuration file. Profile property information and values to be updated by the SqlProfileProvider are specified as a collection of SettingsPropertyValue objects.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.