ScriptComponentHost.GetBinaryCode-Methode
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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[]
Parameter
- assemblyname
Typ: System.String
The name of the assembly.
Rückgabewert
Typ: array<System.Byte[]
A collection of binary codes.