Closes the current data connection.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Public Overrides Sub Close
'使用
Dim instance As AdoDotNetConnectionSupport
instance.Close()
public override void Close()
public:
virtual void Close() override
public override function Close()
Implements
IVsDataConnectionSupport.Close()
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AdoDotNetConnectionSupport Class