SqlProfileProvider.SetPropertyValues Method
Assembly: System.Web (in system.web.dll)
public: virtual void SetPropertyValues ( SettingsContext^ sc, SettingsPropertyValueCollection^ properties ) override
public void SetPropertyValues ( SettingsContext sc, SettingsPropertyValueCollection properties )
public override function SetPropertyValues ( sc : SettingsContext, properties : SettingsPropertyValueCollection )
Not applicable.
Parameters
- sc
The SettingsContext that contains user profile information.
- properties
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 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.