VstaHelper.GetBuildErrors Method

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

Gets the build errors from the specified configuration.

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

Syntax

'Declaration
Public Function GetBuildErrors ( _
    configuration As String _
) As ICollection(Of String)
'Usage
Dim instance As VstaHelper 
Dim configuration As String 
Dim returnValue As ICollection(Of String)

returnValue = instance.GetBuildErrors(configuration)
public ICollection<string> GetBuildErrors(
    string configuration
)
public:
virtual ICollection<String^>^ GetBuildErrors(
    String^ configuration
) sealed
abstract GetBuildErrors : 
        configuration:string -> ICollection<string> 
override GetBuildErrors : 
        configuration:string -> ICollection<string> 
public final function GetBuildErrors(
    configuration : String
) : ICollection<String>

Parameters

  • configuration
    Type: System.String
    The configuration of the project.

Return Value

Type: System.Collections.Generic.ICollection<String>
A collection of build errors from the configuration.

See Also

Reference

VstaHelper Class

Microsoft.SqlServer.IntegrationServices.VSTA Namespace