VstaHelper.GetAssemblyBytes Method

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

Gets the assembly bytes generated during the build process.

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

Syntax

'Declaration
Public Function GetAssemblyBytes ( _
    configuration As String _
) As Byte()
'Usage
Dim instance As VstaHelper 
Dim configuration As String 
Dim returnValue As Byte()

returnValue = instance.GetAssemblyBytes(configuration)
public byte[] GetAssemblyBytes(
    string configuration
)
public:
virtual array<unsigned char>^ GetAssemblyBytes(
    String^ configuration
) sealed
abstract GetAssemblyBytes : 
        configuration:string -> byte[] 
override GetAssemblyBytes : 
        configuration:string -> byte[] 
public final function GetAssemblyBytes(
    configuration : String
) : byte[]

Parameters

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

Return Value

Type: array<System.Byte[]
The assembly bytes generated during the build process.

See Also

Reference

VstaHelper Class

Microsoft.SqlServer.IntegrationServices.VSTA Namespace