DataSourceProviderService.SupportsConfigureDataSource Property       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, gets the value indicating whether the service supports configuring data sources using InvokeConfigureDataSource(IWin32Window, FormStartPosition, DataSourceDescriptor).
public:
 abstract property bool SupportsConfigureDataSource { bool get(); };public abstract bool SupportsConfigureDataSource { get; }member this.SupportsConfigureDataSource : boolPublic MustOverride ReadOnly Property SupportsConfigureDataSource As BooleanProperty Value
true if the service supports configuring a data source using InvokeConfigureDataSource(IWin32Window, FormStartPosition, DataSourceDescriptor); otherwise, false.