VstaHelper.ShowIde Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Launches the project in the integrated development environment (IDE).
Namespace: Microsoft.SqlServer.IntegrationServices.VSTA
Assembly: Microsoft.SqlServer.IntegrationServices.VSTA (in Microsoft.SqlServer.IntegrationServices.VSTA.dll)
Syntax
'Declaration
Public Sub ShowIde ( _
defaultActiveItem As String _
)
'Usage
Dim instance As VstaHelper
Dim defaultActiveItem As String
instance.ShowIde(defaultActiveItem)
public void ShowIde(
string defaultActiveItem
)
public:
virtual void ShowIde(
String^ defaultActiveItem
) sealed
abstract ShowIde :
defaultActiveItem:string -> unit
override ShowIde :
defaultActiveItem:string -> unit
public final function ShowIde(
defaultActiveItem : String
)
Parameters
- defaultActiveItem
Type: System.String
The default active item.