[To be supplied.]
[Visual Basic] Sub Create( _ ByVal DTCLength As UInt32, _ ByVal DTCAddr() As Byte, _ ByRef export As ITransactionExport _ ) [C#] void Create( uint DTCLength, byte[] DTCAddr, ref ITransactionExport export ); [C++] void Create( unsigned int DTCLength, unsigned char* DTCAddr[], ITransactionExport** export ) = 0; [JScript] function Create( DTCLength : UInt32, DTCAddr : Byte[], export : ITransactionExport );
ITransactionExportFactory Interface | ITransactionExportFactory Members | System.Data.SQL Namespace