Share via


ContentDBFormSection Members

Include Protected Members
Include Inherited Members

Specifies a section of a user input form on a Web control that is used to configure the content database for the search service.

The ContentDBFormSection type exposes the following members.

Constructors

  Name Description
Public method ContentDBFormSection Initializes a new instance of the ContentDBFormSection class.

Top

Properties

  Name Description
Public property AccessKey Gets or sets the access key that allows you to quickly navigate to this control in the user interface.
Protected property Adapter (Inherited from Control.)
Public property Application (Inherited from UserControl.)
Public property AppRelativeTemplateSourceDirectory (Inherited from Control.)
Public property AppRelativeVirtualPath (Inherited from TemplateControl.)
Public property Attributes (Inherited from UserControl.)
Protected property AutoHandlers Obsolete. (Inherited from TemplateControl.)
Public property BindingContainer (Inherited from Control.)
Public property Cache (Inherited from UserControl.)
Public property CachePolicy (Inherited from UserControl.)
Protected property ChildControlsCreated (Inherited from Control.)
Public property ClientID (Inherited from Control.)
Protected property ClientIDSeparator (Inherited from Control.)
Public property Collapsed Gets or sets a value that determines whether the content database section of the user input form is collapsed.
Public property Collapsible Gets or sets a value that determines whether the content database section of the user input form is collapsible.
Public property ConnectionString Gets or sets the value of the string used to connect to the content database for the search service.
Protected property Context (Inherited from Control.)
Public property Controls (Inherited from Control.)
Public property DatabaseErrorMessage Gets or sets the value of the string that will be displayed whenever a database fails to validate.
Public property DatabaseName Gets or sets the value of the form field that displays the database name.
Public property DatabasePassword Gets or sets the value of the form field that displays the database password.
Public property DatabaseServer Gets or sets the value of the form field that displays the name of the database server.
Public property DatabaseUserName Gets or sets the value of the form field that displays the database user name.
Public property Description Gets or sets the description text for the content database section of the user input form.
Protected property DesignMode (Inherited from Control.)
Public property DisplayMode Gets or sets the display mode of the content database section of the user input form.
Public property EnableTheming (Inherited from TemplateControl.)
Public property EnableViewState (Inherited from Control.)
Protected property Events (Inherited from Control.)
Protected property HasChildViewState (Inherited from Control.)
Public property ID (Inherited from Control.)
Protected property IdSeparator (Inherited from Control.)
Public property IncludeSearchServer Gets or sets a value that determines whether to display the search service configuration section of the user input form.
Protected property IsChildControlStateCleared (Inherited from Control.)
Public property IsPostBack (Inherited from UserControl.)
Protected property IsTrackingViewState (Inherited from Control.)
Protected property IsViewStateEnabled (Inherited from Control.)
Protected property LoadViewStateByID (Inherited from Control.)
Public property NamingContainer (Inherited from Control.)
Public property Page (Inherited from Control.)
Public property Parent (Inherited from Control.)
Public property ReadOnly Gets or sets a value that indicates whether this section of the form is read-only.
Public property Request (Inherited from UserControl.)
Public property RequiredValidatorsEnabled Gets or sets a value that determines whether the user is required to enter a database server and name.
Public property Response (Inherited from UserControl.)
Public property SearchServiceInstance Gets the SPSearchServiceInstance that is installed on the server.
Public property Server (Inherited from UserControl.)
Public property Session (Inherited from UserControl.)
Public property Site (Inherited from Control.)
Public property SkinID (Inherited from Control.)
Protected property SupportAutoEvents (Inherited from TemplateControl.)
Public property TabIndex Gets or sets the placement of the form section in the tab order of the Web control.
Public property TemplateControl (Inherited from Control.)
Public property TemplateSourceDirectory (Inherited from Control.)
Public property Title Gets or sets the string value of the title of the form section.
Public property Trace (Inherited from UserControl.)
Public property UniqueID (Inherited from Control.)
Public property UseWindowsAuthentication Gets or sets a value indicating whether Integrated Windows authentication will be used for database access.
Protected property ViewState (Inherited from Control.)
Protected property ViewStateIgnoresCase (Inherited from Control.)
Public property Visible (Inherited from Control.)

Top

Methods

  Name Description
Protected method AddedControl (Inherited from Control.)
Protected method AddParsedSubObject (Inherited from Control.)
Public method ApplyStyleSheetSkin (Inherited from Control.)
Protected method BuildProfileTree (Inherited from Control.)
Protected method ClearChildControlState (Inherited from Control.)
Protected method ClearChildState (Inherited from Control.)
Protected method ClearChildViewState (Inherited from Control.)
Protected method Construct (Inherited from TemplateControl.)
Protected method CreateChildControls (Inherited from Control.)
Protected method CreateControlCollection (Inherited from Control.)
Protected method CreateResourceBasedLiteralControl (Inherited from TemplateControl.)
Public method DataBind() (Inherited from Control.)
Protected method DataBind(Boolean) (Inherited from Control.)
Protected method DataBindChildren (Inherited from Control.)
Public method DesignerInitialize (Inherited from UserControl.)
Public method Dispose (Inherited from Control.)
Protected method EnsureChildControls (Inherited from Control.)
Protected method EnsureID (Inherited from Control.)
Public method Equals (Inherited from Object.)
Protected method Eval(String) (Inherited from TemplateControl.)
Protected method Eval(String, String) (Inherited from TemplateControl.)
Protected method Finalize (Inherited from Object.)
Public method FindControl(String) (Inherited from Control.)
Protected method FindControl(String, Int32) (Inherited from Control.)
Public method Focus (Inherited from Control.)
Protected method FrameworkInitialize (Inherited from TemplateControl.)
Protected method GetDesignModeState (Inherited from Control.)
Protected method GetGlobalResourceObject(String, String) (Inherited from TemplateControl.)
Protected method GetGlobalResourceObject(String, String, Type, String) (Inherited from TemplateControl.)
Public method GetHashCode (Inherited from Object.)
Protected method GetLocalResourceObject(String) (Inherited from TemplateControl.)
Protected method GetLocalResourceObject(String, Type, String) (Inherited from TemplateControl.)
Public method GetType (Inherited from Object.)
Public method HasControls (Inherited from Control.)
Protected method HasEvents (Inherited from Control.)
Public method InitializeAsUserControl (Inherited from UserControl.)
Protected method IsLiteralContent (Inherited from Control.)
Public method LoadControl(String) (Inherited from TemplateControl.)
Public method LoadControl(Type, []) (Inherited from TemplateControl.)
Protected method LoadControlState (Inherited from Control.)
Public method LoadTemplate (Inherited from TemplateControl.)
Protected method LoadViewState (Inherited from UserControl.)
Public method MapPath (Inherited from UserControl.)
Protected method MapPathSecure (Inherited from Control.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnAbortTransaction (Inherited from TemplateControl.)
Protected method OnBubbleEvent (Inherited from Control.)
Protected method OnCommitTransaction (Inherited from TemplateControl.)
Protected method OnDataBinding (Inherited from Control.)
Protected method OnError (Inherited from TemplateControl.)
Protected method OnInit (Inherited from UserControl.)
Protected method OnLoad Notifies the server control that it should perform actions common to each HTTP request for the page it is associated with, such as setting up a database query. (Overrides Control.OnLoad(EventArgs).)
Protected method OnPreRender (Inherited from Control.)
Protected method OnUnload (Inherited from Control.)
Protected method OpenFile (Inherited from Control.)
Public method ParseControl(String) (Inherited from TemplateControl.)
Public method ParseControl(String, Boolean) (Inherited from TemplateControl.)
Protected method RaiseBubbleEvent (Inherited from Control.)
Public method ReadStringResource (Inherited from TemplateControl.)
Protected method RemovedControl (Inherited from Control.)
Protected method Render (Inherited from Control.)
Protected method RenderChildren (Inherited from Control.)
Public method RenderControl(HtmlTextWriter) (Inherited from Control.)
Protected method RenderControl(HtmlTextWriter, ControlAdapter) (Inherited from Control.)
Protected method ResolveAdapter (Inherited from Control.)
Public method ResolveClientUrl (Inherited from Control.)
Public method ResolveUrl (Inherited from Control.)
Protected method SaveControlState (Inherited from Control.)
Protected method SaveViewState (Inherited from UserControl.)
Protected method SetDesignModeState (Inherited from Control.)
Public method SetRenderMethodDelegate (Inherited from Control.)
Protected method SetStringResourcePointer (Inherited from TemplateControl.)
Public method TestDeviceFilter (Inherited from TemplateControl.)
Public method ToString (Inherited from Object.)
Protected method TrackViewState (Inherited from Control.)
Protected method ValidateDatabase Raises the DatabaseSubmitted event.
Protected method WriteUTF8ResourceString (Inherited from TemplateControl.)
Protected method XPath(String) (Inherited from TemplateControl.)
Protected method XPath(String, IXmlNamespaceResolver) (Inherited from TemplateControl.)
Protected method XPath(String, String) (Inherited from TemplateControl.)
Protected method XPath(String, String, IXmlNamespaceResolver) (Inherited from TemplateControl.)
Protected method XPathSelect(String) (Inherited from TemplateControl.)
Protected method XPathSelect(String, IXmlNamespaceResolver) (Inherited from TemplateControl.)

Top

Events

  Name Description
Public event AbortTransaction (Inherited from TemplateControl.)
Public event CommitTransaction (Inherited from TemplateControl.)
Public event DatabaseSubmitted Submits and validates the database name and server that the user has configured.
Public event DataBinding (Inherited from Control.)
Public event Disposed (Inherited from Control.)
Public event Error (Inherited from TemplateControl.)
Public event Init (Inherited from Control.)
Public event Load (Inherited from Control.)
Public event PreRender (Inherited from Control.)
Public event Unload (Inherited from Control.)

Top

Fields

  Name Description
Protected field ContentDatabaseFormSection The InputFormSection control used in this form section for displaying the content database information.
Protected field DatabaseValidator The CustomValidator control used to validate the database.
Protected field DdlSearchServer The DropDownList control used to display the search servers in this form section.
Protected field DescriptionLabel The Label control used for displaying the description of this form section.
Protected field IfcSearchServer The InputFormControl control used in this form section.
Protected field RadSqlAuth The InputFormRadioButton control used to display the SQL authorization option in the form section.
Protected field RadWindowsAuth The InputFormRadioButton control used to display the Windows authorization option in the form section.
Protected field ReqValDatabaseAccount The RequiredFieldValidator control that makes the database account name a required input field.
Protected field ReqValDatabaseName The RequiredFieldValidator control that makes the database name a required input field.
Protected field ReqValDatabasePassword The RequiredFieldValidator control that makes the database password a required input field.
Protected field ReqValDatabaseServer The RequiredFieldValidator control that makes the database server name a required input field.
Protected field SearchServerDescriptionLabel The Label control that displays the search server description.
Protected field SearchServerFormSection The InputFormSection control used in this form section for displaying the search server information.
Protected field SearchServerLabel The Label control that displays the search server name.
Protected field TxtDatabaseAccount The TextBox control that displays the database account input field.
Protected field TxtDatabaseName The TextBox control that displays the database name input field.
Protected field TxtDatabasePassword The TextBox control that displays the database password input field.
Protected field TxtDatabaseServer The TextBox control that displays the database server name input field.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IParserAccessor.AddParsedSubObject (Inherited from Control.)
Explicit interface implemetationPrivate method IFilterResolutionService.CompareFilters (Inherited from TemplateControl.)
Explicit interface implemetationPrivate property IControlBuilderAccessor.ControlBuilder (Inherited from Control.)
Explicit interface implemetationPrivate property IDataBindingsAccessor.DataBindings (Inherited from Control.)
Explicit interface implemetationPrivate method IFilterResolutionService.EvaluateFilter (Inherited from TemplateControl.)
Explicit interface implemetationPrivate property IExpressionsAccessor.Expressions (Inherited from Control.)
Explicit interface implemetationPrivate method IAttributeAccessor.GetAttribute (Inherited from UserControl.)
Explicit interface implemetationPrivate method IControlDesignerAccessor.GetDesignModeState (Inherited from Control.)
Explicit interface implemetationPrivate property IDataBindingsAccessor.HasDataBindings (Inherited from Control.)
Explicit interface implemetationPrivate property IExpressionsAccessor.HasExpressions (Inherited from Control.)
Explicit interface implemetationPrivate property IUserControlDesignerAccessor.InnerText (Inherited from UserControl.)
Explicit interface implemetationPrivate method IAttributeAccessor.SetAttribute (Inherited from UserControl.)
Explicit interface implemetationPrivate method IControlDesignerAccessor.SetDesignModeState (Inherited from Control.)
Explicit interface implemetationPrivate method IControlDesignerAccessor.SetOwnerControl (Inherited from Control.)
Explicit interface implemetationPrivate property IUserControlDesignerAccessor.TagName (Inherited from UserControl.)
Explicit interface implemetationPrivate property IControlDesignerAccessor.UserData (Inherited from Control.)

Top

See Also

Reference

ContentDBFormSection Class

Microsoft.Office.Server.Search.WebControls Namespace