New-ISApplication
Creates a new Microsoft.SqlServer.Dts.Runtime.Application.
Syntax
New-ISApplication [<CommonParameters>]
Detailed Description
The New-ISApplication function creates a new Microsoft.SqlServer.Dts.Runtime.Application. This is the base class used by ManagedDTS.
Related Commands
Parameters
Name |
Description |
Required? |
Pipeline Input |
Default Value |
|
|
|
|
|
Input Type
None
You cannot pipe objects to New-ISApplication
Return Values
Microsoft.SqlServer.Dts.Runtime.Application
New-ISApplication returns a Microsoft.SqlServer.Dts.Runtime.Application object.
Examples
EXAMPLE 1
$app = New-ISApplication
This command creates a new IS Application object and assigns output to $app variable.