Application Constructor
Initializes a new instance of the Application class.
Espace de noms: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntaxe
'Déclaration
Public Sub New
public Application ()
public:
Application ()
public Application ()
public function Application ()
Notes
The default constructor initializes any fields to their default values.
Exemple
The following code example shows how to create a new application object.
Application app = new Application();
Dim app As Application = New Application()
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
Application Class
Application Members
Microsoft.SqlServer.Dts.Runtime Namespace