DdaAutomationAdapter.Close Method
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.
Cleans up any resources allocated by the DataDrivenAdapter on shutdown.
public:
override bool Close();
public override bool Close ();
override this.Close : unit -> bool
Public Overrides Function Close () As Boolean
Returns
True
if the cleanup is successful, otherwise false
.