Metodo ScriptComponentHost.GetBinaryCode

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the collection of binary codes.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Sintassi

'Dichiarazione
Public Function GetBinaryCode ( _
    assemblyname As String _
) As Byte()
'Utilizzo
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[]

Parametri

Valore restituito

Tipo: array<System.Byte[]
A collection of binary codes.

Vedere anche

Riferimento

ScriptComponentHost Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline