Constructeur Application
Initializes a new instance of the Application class.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Sub New
'Utilisation
Dim instance As New Application()
public Application()
public:
Application()
new : unit -> Application
public function Application()
Exemples
The following code example shows how to create a new application object.
Application app = new Application();
Dim app As Application = New Application()