Partager via


Méthode ScriptComponentHost.PutBinaryCode

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Puts binary codes in the ScriptComponentHost.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.dll)

Syntaxe

'Déclaration
Public Sub PutBinaryCode ( _
    assemblyname As String, _
    binaryCode As Byte() _
)
'Utilisation
Dim instance As ScriptComponentHost 
Dim assemblyname As String 
Dim binaryCode As Byte()

instance.PutBinaryCode(assemblyname, _
    binaryCode)
public void PutBinaryCode(
    string assemblyname,
    byte[] binaryCode
)
public:
void PutBinaryCode(
    String^ assemblyname, 
    array<unsigned char>^ binaryCode
)
member PutBinaryCode : 
        assemblyname:string * 
        binaryCode:byte[] -> unit
public function PutBinaryCode(
    assemblyname : String, 
    binaryCode : byte[]
)

Paramètres

  • binaryCode
    Type : array<System.Byte[]
    The binary code.

Voir aussi

Référence

ScriptComponentHost Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline