DataCommand Constructors
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.
Overloads
DataCommand() |
Initializes a new instance of the DataCommand class. |
DataCommand(IVsDataConnection) |
Initializes a new instance of the DataCommand class together with a data connection object. |
DataCommand()
Initializes a new instance of the DataCommand class.
protected:
DataCommand();
protected DataCommand ();
Protected Sub New ()
Applies to
DataCommand(IVsDataConnection)
Initializes a new instance of the DataCommand class together with a data connection object.
protected:
DataCommand(Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ connection);
protected DataCommand (Microsoft.VisualStudio.Data.Services.IVsDataConnection connection);
new Microsoft.VisualStudio.Data.Framework.DataCommand : Microsoft.VisualStudio.Data.Services.IVsDataConnection -> Microsoft.VisualStudio.Data.Framework.DataCommand
Protected Sub New (connection As IVsDataConnection)
Parameters
- connection
- IVsDataConnection
A IVsDataConnection connection object.