ScriptComponentHost.PutBinaryCode 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Puts binary codes in the ScriptComponentHost.
命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.TxScript(在 Microsoft.SqlServer.TxScript.dll 中)
语法
声明
Public Sub PutBinaryCode ( _
assemblyname As String, _
binaryCode As Byte() _
)
用法
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[]
)
参数
- assemblyname
类型:System.String
The assembly name.
- binaryCode
类型:array<System.Byte[]
The binary code.