ÿþ<html> <head> <title>New-ISApplication</title> </head> <body> <h1>New-ISApplication</h1> <div>Creates a new Microsoft.SqlServer.Dts.Runtime.Application.</div> <h2> Syntax </h2> <code>New-ISApplication [&lt;CommonParameters&gt;]</code> <h2> Detailed Description </h2> <div> The New-ISApplication function creates a new Microsoft.SqlServer.Dts.Runtime.Application. This is the base class used by ManagedDTS. </div> <h2> Related Commands </h2> <div> * <a href='New-ISApplication.htm'>New-ISApplication</a><br/> </div> <h2> Parameters </h2> <table border='1'> <tr> <th>Name</th> <th>Description</th> <th>Required?</th> <th>Pipeline Input</th> <th>Default Value</th> </tr> <tr valign='top'> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </table> <h2> Input Type </h2> <div>None You cannot pipe objects to New-ISApplication</div> <h2> Return Values </h2> <div>Microsoft.SqlServer.Dts.Runtime.Application New-ISApplication returns a Microsoft.SqlServer.Dts.Runtime.Application object.</div> <h2> Examples </h2> <h3> EXAMPLE 1</h3> <pre>$app = New-ISApplication</pre> <div>This command creates a new IS Application object and assigns output to $app variable.</div> </body> </html>