Share via


ScriptComponentHost.GetBinaryCode Method

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Syntax

'Declaration
Public Function GetBinaryCode ( _
    assemblyname As String _
) As Byte()
'Usage
Dim instance As ScriptComponentHost
Dim assemblyname As String
Dim returnValue As Byte()

returnValue = instance.GetBinaryCode(assemblyname)
public byte[] GetBinaryCode(
    string assemblyname
)
public:
array<unsigned char>^ GetBinaryCode(
    String^ assemblyname
)
member GetBinaryCode : 
        assemblyname:string -> byte[] 
public function GetBinaryCode(
    assemblyname : String
) : byte[]

Parameters

Return Value

Type: array<System.Byte[]