This documentation is archived and is not being maintained.

SqlPersonalizationProvider Members

Implements a personalization provider that uses Microsoft SQL Server.

The SqlPersonalizationProvider type exposes the following members.

  NameDescription
Public method SqlPersonalizationProvider Initializes a new instance of the SqlPersonalizationProvider class.
Top

  NameDescription
Protected method CreateSupportedUserCapabilities Returns a list of WebPartUserCapability objects that represent the set of known capabilities used by the Web Parts control set. (Inherited from PersonalizationProvider.)
Public method DetermineInitialScope Determines whether the initial personalization scope should be Shared or User scope. (Inherited from PersonalizationProvider.)
Public method DetermineUserCapabilities Returns a dictionary containing WebPartUserCapability instances that represent the personalization-related capabilities of the currently executing user account. (Inherited from PersonalizationProvider.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method 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%).)
Public method 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).)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method 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).)
Protected method LoadPersonalizationBlobs Loads personalization data from the underlying data store, based on the specified parameters. (Overrides PersonalizationProvider::LoadPersonalizationBlobs(WebPartManager, String, String, array<Byte>%, array<Byte>%).)
Public method LoadPersonalizationState Loads the raw data from the underlying data store and converts that data into a PersonalizationState object. (Inherited from PersonalizationProvider.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method ResetPersonalizationBlob Deletes personalization data from the underlying data store. (Overrides PersonalizationProvider::ResetPersonalizationBlob(WebPartManager, String, String).)
Public method ResetPersonalizationState Resets personalization data to the underlying data store. (Inherited from PersonalizationProvider.)
Public method ResetState Deletes personalization state information from the underlying data store, based on the specified parameters. (Overrides PersonalizationProvider::ResetState(PersonalizationScope, array<String>, array<String>).)
Public method ResetUserState Deletes user personalization data from the underlying data store, based on the specified parameters. (Overrides PersonalizationProvider::ResetUserState(String, DateTime).)
Protected method SavePersonalizationBlob Saves raw personalization data to the underlying Microsoft SQL Server database. (Overrides PersonalizationProvider::SavePersonalizationBlob(WebPartManager, String, String, array<Byte>).)
Public method SavePersonalizationState Saves personalization data to a data store. (Inherited from PersonalizationProvider.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property ApplicationName Gets or sets the name of the application to store and retrieve personalization information for. (Overrides PersonalizationProvider::ApplicationName.)
Public property Description Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). (Inherited from ProviderBase.)
Public property Name Gets the friendly name used to refer to the provider during configuration. (Inherited from ProviderBase.)
Top
Show: