Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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[]
Parameters
- assemblyname
Type: System.String
The name of the assembly.
Return Value
Type: array<System.Byte[]
A collection of binary codes.