Costruttore Application
Initializes a new instance of the Application class.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Sub New
'Utilizzo
Dim instance As New Application()
public Application()
public:
Application()
new : unit -> Application
public function Application()
Esempi
The following code example shows how to create a new application object.
Application app = new Application();
Dim app As Application = New Application()