Construtor Application
Initializes a new instance of the Application class.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Sub New
'Uso
Dim instance As New Application()
public Application()
public:
Application()
new : unit -> Application
public function Application()
Exemplos
The following code example shows how to create a new application object.
Application app = new Application();
Dim app As Application = New Application()
Consulte também