VstaHelper.Initalize Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Initializes the project with default code and settings based on the applied configuration.

Namespace:  Microsoft.SqlServer.IntegrationServices.VSTA
Assembly:  Microsoft.SqlServer.IntegrationServices.VSTA (in Microsoft.SqlServer.IntegrationServices.VSTA.dll)

Syntax

'Declaration
Public Function Initalize ( _
    appName As String, _
    supportDebug As Boolean _
) As Boolean
'Usage
Dim instance As VstaHelper 
Dim appName As String 
Dim supportDebug As Boolean 
Dim returnValue As Boolean 

returnValue = instance.Initalize(appName, _
    supportDebug)
public bool Initalize(
    string appName,
    bool supportDebug
)
public:
virtual bool Initalize(
    String^ appName, 
    bool supportDebug
) sealed
abstract Initalize : 
        appName:string * 
        supportDebug:bool -> bool  
override Initalize : 
        appName:string * 
        supportDebug:bool -> bool
public final function Initalize(
    appName : String, 
    supportDebug : boolean
) : boolean

Parameters

  • supportDebug
    Type: System.Boolean
    true to support debugging; otherwise, false.

Return Value

Type: System.Boolean
true if the initialization succeeded; otherwise, false.

See Also

Reference

VstaHelper Class

Microsoft.SqlServer.IntegrationServices.VSTA Namespace