IDataSourceDesigner.Configure Method

Definition

Launches the underlying data source's configuration wizard.

public:
 void Configure();
public void Configure ();
abstract member Configure : unit -> unit
Public Sub Configure ()

Remarks

This method can be called only if CanConfigure is true.

Applies to

See also