Udostępnij za pośrednictwem


ScriptComponentHost.GetBinaryCode Method

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

Gets the collection of binary codes.

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[]
A collection of binary codes.

See Also

Reference

ScriptComponentHost Class

Microsoft.SqlServer.Dts.Pipeline Namespace