Поделиться через


ScriptComponentHost.GetBinaryCode Method

This method supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.

Пространство имен: Microsoft.SqlServer.Dts.Pipeline
Сборка: Microsoft.SqlServer.TxScript (in microsoft.sqlserver.txscript.dll)

Синтаксис

'Декларация
Public Function GetBinaryCode ( _
    moniker As String _
) As Byte()
public byte[] GetBinaryCode (
    string moniker
)
public:
virtual array<unsigned char>^ GetBinaryCode (
    String^ moniker
) sealed
public final byte[] GetBinaryCode (
    String moniker
)
public final function GetBinaryCode (
    moniker : String
) : byte[]

Параметры

  • moniker

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ScriptComponentHost Class
ScriptComponentHost Members
Microsoft.SqlServer.Dts.Pipeline Namespace