This documentation is archived and is not being maintained.
SqlPersonalizationProvider Methods
Visual Studio 2008
The SqlPersonalizationProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateSupportedUserCapabilities | Returns a list of WebPartUserCapability objects that represent the set of known capabilities used by the Web Parts control set. (Inherited from PersonalizationProvider.) |
|
DetermineInitialScope | Determines whether the initial personalization scope should be Shared or User scope. (Inherited from PersonalizationProvider.) |
|
DetermineUserCapabilities | Returns a dictionary containing WebPartUserCapability instances that represent the personalization-related capabilities of the currently executing user account. (Inherited from PersonalizationProvider.) |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FindState | Returns a collection containing zero or more PersonalizationStateInfo-derived objects, based on the specified scope and parameters. (Overrides PersonalizationProvider::FindState(PersonalizationScope, PersonalizationStateQuery, Int32, Int32, Int32%).) |
|
GetCountOfState | Returns a count of the number of rows in the underlying data store that exist for the specified scope parameter. (Overrides PersonalizationProvider::GetCountOfState(PersonalizationScope, PersonalizationStateQuery).) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
Initialize | Implements the initialization procedures required for a Microsoft SQL Server personalization provider. This method is not intended to be used directly from your code. (Overrides ProviderBase::Initialize(String, NameValueCollection).) |
|
LoadPersonalizationBlobs | Loads personalization data from the underlying data store, based on the specified parameters. (Overrides PersonalizationProvider::LoadPersonalizationBlobs(WebPartManager, String, String, array<Byte>%, array<Byte>%).) |
|
LoadPersonalizationState | Loads the raw data from the underlying data store and converts that data into a PersonalizationState object. (Inherited from PersonalizationProvider.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ResetPersonalizationBlob | Deletes personalization data from the underlying data store. (Overrides PersonalizationProvider::ResetPersonalizationBlob(WebPartManager, String, String).) |
|
ResetPersonalizationState | Resets personalization data to the underlying data store. (Inherited from PersonalizationProvider.) |
|
ResetState | Deletes personalization state information from the underlying data store, based on the specified parameters. (Overrides PersonalizationProvider::ResetState(PersonalizationScope, array<String>, array<String>).) |
|
ResetUserState | Deletes user personalization data from the underlying data store, based on the specified parameters. (Overrides PersonalizationProvider::ResetUserState(String, DateTime).) |
|
SavePersonalizationBlob | Saves raw personalization data to the underlying Microsoft SQL Server database. (Overrides PersonalizationProvider::SavePersonalizationBlob(WebPartManager, String, String, array<Byte>).) |
|
SavePersonalizationState | Saves personalization data to a data store. (Inherited from PersonalizationProvider.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: