StaticSql.Create(MsDb2Connection, IProgress<String>) 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.
public:
void Create(Microsoft::HostIntegration::MsDb2Client::MsDb2Connection ^ connection, IProgress<System::String ^> ^ progress);
public void Create (Microsoft.HostIntegration.MsDb2Client.MsDb2Connection connection, IProgress<string> progress);
member this.Create : Microsoft.HostIntegration.MsDb2Client.MsDb2Connection * IProgress<string> -> unit
Public Sub Create (connection As MsDb2Connection, progress As IProgress(Of String))
Parameters
- connection
- MsDb2Connection