SqlPersonalizationProvider Members
.NET Framework 3.0
Implements a personalization provider that uses Microsoft SQL Server.
The following tables list the members exposed by the SqlPersonalizationProvider type.
| Name | Description | |
|---|---|---|
| SqlPersonalizationProvider | Initializes a new instance of the SqlPersonalizationProvider class. |
| Name | Description | |
|---|---|---|
| ApplicationName | Overridden. Gets or sets the name of the application to store and retrieve personalization information for. |
| Description | Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).(inherited from ProviderBase) |
| Name | Gets the friendly name used to refer to the provider during configuration.(inherited from ProviderBase) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| 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 | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| FindState | Overridden. Returns a collection containing zero or more PersonalizationStateInfo-derived objects, based on the specified scope and parameters. |
| GetCountOfState | Overridden. Returns a count of the number of rows in the underlying data store that exist for the specified scope parameter. |
| 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 | Overridden. Implements the initialization procedures required for a Microsoft SQL Server personalization provider. This method is not intended to be used directly from your code. |
| LoadPersonalizationState | Loads the raw data from the underlying data store and converts that data into a PersonalizationState object. (inherited from PersonalizationProvider) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ResetPersonalizationState | Resets personalization data to the underlying data store. (inherited from PersonalizationProvider) |
| ResetState | Overridden. Deletes personalization state information from the underlying data store, based on the specified parameters. |
| ResetUserState | Overridden. Deletes user personalization data from the underlying data store, based on the specified parameters. |
| SavePersonalizationState | Saves personalization data to a data store. (inherited from PersonalizationProvider) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| 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) |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| LoadPersonalizationBlobs | Overridden. Loads personalization data from the underlying data store, based on the specified parameters. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| ResetPersonalizationBlob | Overridden. Deletes personalization data from the underlying data store. |
| SavePersonalizationBlob | Overridden. Saves raw personalization data to the underlying Microsoft SQL Server database. |
Community Additions
ADD
Show: