GetBinaryCode 方法

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.SqlServer.Dts.Pipeline
程序集:  Microsoft.SqlServer.TxScript(在 Microsoft.SqlServer.TxScript.dll 中)

语法

声明
Public Function GetBinaryCode ( _
    assemblyname As String _
) As Byte()
用法
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[]

参数

返回值

类型:array<System. . :: . .Byte> [] () [] []