﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.Data.ConnectionUI</name>
  </assembly>
  <members>
    <member name="T:Microsoft.Data.ConnectionUI.IDataConnectionProperties">
      <summary>Provides a set of methods and properties that enable the Data Connection dialog box to interact with a specified data provider's connection properties.</summary>
    </member>
    <member name="AllMembers.T:Microsoft.Data.ConnectionUI.IDataConnectionProperties" />
    <member name="Methods.T:Microsoft.Data.ConnectionUI.IDataConnectionProperties" />
    <member name="Properties.T:Microsoft.Data.ConnectionUI.IDataConnectionProperties" />
    <member name="Events.T:Microsoft.Data.ConnectionUI.IDataConnectionProperties" />
    <member name="Overload:Microsoft.Data.ConnectionUI.IDataConnectionProperties.Reset">
      <summary />
    </member>
    <member name="M:Microsoft.Data.ConnectionUI.IDataConnectionProperties.Add(System.String)">
      <summary>Adds a custom property to the existing set of data connection properties recognized by the data provider.</summary>
      <param name="propertyName">Name of the custom property added to the existing set of connection properties.</param>
    </member>
    <member name="M:Microsoft.Data.ConnectionUI.IDataConnectionProperties.Contains(System.String)">
      <summary>Tests whether a given set of connection properties contains a specified property.</summary>
      <returns>Returns true if the set of connection properties contains the specified property; otherwise returns false.</returns>
      <param name="propertyName">Name of the property whose presence is being tested.</param>
    </member>
    <member name="P:Microsoft.Data.ConnectionUI.IDataConnectionProperties.IsComplete">
      <summary>Retrieves a Boolean value indicating whether the current set of connection property values provides sufficient information to open a connection to the data source.</summary>
      <returns>Returns true if the connection properties are complete; otherwise returns false.</returns>
    </member>
    <member name="P:Microsoft.Data.ConnectionUI.IDataConnectionProperties.IsExtensible">
      <summary>Retrieves a Boolean value indicating whether the specified set of connection properties is extensible; that is, whether it is possible to add and remove custom properties to the set of connection properties.</summary>
      <returns>Returns true if the connection properties are extensible; otherwise returns false.</returns>
    </member>
    <member name="P:Microsoft.Data.ConnectionUI.IDataConnectionProperties.Item(System.String)">
      <summary>Represents a property instance of specified type and value.</summary>
      <returns>Returns a property object instance of the specified name.</returns>
      <param name="propertyName">Name of the property.</param>
    </member>
    <member name="M:Microsoft.Data.ConnectionUI.IDataConnectionProperties.Parse(System.String)">
      <summary>Parses a data connection string that is built from a set of properties into the corresponding set of connection properties.</summary>
      <param name="s">The connection string that is being parsed.</param>
    </member>
    <member name="E:Microsoft.Data.ConnectionUI.IDataConnectionProperties.PropertyChanged">
      <summary>Event that is raised when a data provider connection property is changed.</summary>
    </member>
    <member name="M:Microsoft.Data.ConnectionUI.IDataConnectionProperties.Remove(System.String)">
      <summary>Removes a custom property from a specified set of data connection properties.</summary>
      <param name="propertyName">Name of the custom property to be removed.</param>
    </member>
    <member name="M:Microsoft.Data.ConnectionUI.IDataConnectionProperties.Reset">
      <summary>Resets all connection properties and restores the object to its initial state.</summary>
    </member>
    <member name="M:Microsoft.Data.ConnectionUI.IDataConnectionProperties.Reset(System.String)">
      <summary>Resets a specified connection property to its initial value.</summary>
      <param name="propertyName">Name of the connection property being set to its default value.</param>
    </member>
    <member name="M:Microsoft.Data.ConnectionUI.IDataConnectionProperties.Test">
      <summary>Tests whether the current set of connection properties can successfully open a connection.</summary>
    </member>
    <member name="M:Microsoft.Data.ConnectionUI.IDataConnectionProperties.ToDisplayString">
      <summary>Retrieves a connection string for on-screen display reflecting the current set of connection properties, minus "sensitive" information that should not be displayed.</summary>
      <returns>Returns the set of connection properties that are suitable for display on-screen.</returns>
    </member>
    <member name="M:Microsoft.Data.ConnectionUI.IDataConnectionProperties.ToFullString">
      <summary>Retrieves the complete connection string representing the current set of connection properties.</summary>
      <returns>Returns the entire connection string, including secure or sensitive information.</returns>
    </member>
    <member name="T:Microsoft.Data.ConnectionUI.IDataConnectionUIControl">
      <summary>Provides a set of methods and properties through which the Data Connection dialog box interacts with a third-party data connection user interface (UI) control, which is shown as the body of the Data Connection dialog box.</summary>
    </member>
    <member name="AllMembers.T:Microsoft.Data.ConnectionUI.IDataConnectionUIControl" />
    <member name="Methods.T:Microsoft.Data.ConnectionUI.IDataConnectionUIControl" />
    <member name="M:Microsoft.Data.ConnectionUI.IDataConnectionUIControl.Initialize(Microsoft.Data.ConnectionUI.IDataConnectionProperties)">
      <summary>Initializes the data connection user interface (UI) control with an instance of the <see cref="T:Microsoft.Data.ConnectionUI.IDataConnectionProperties" /> interface, which serves as the store for the data shown on the data connection UI control.</summary>
      <param name="connectionProperties">The set of connection properties serving as stores for data shown on the data connection UI control.</param>
    </member>
    <member name="M:Microsoft.Data.ConnectionUI.IDataConnectionUIControl.LoadProperties">
      <summary>Loads connection property values into the data connection UI controls from an instance of the <see cref="T:Microsoft.Data.ConnectionUI.IDataConnectionProperties" /> interface.</summary>
    </member>
  </members>
</doc>