| Win32-SqlServer-DTS documentation | view source | Contained in the Win32-SqlServer-DTS distribution. |
Win32::SqlServer::DTS::Package::Step::Result - a Perl class to represent a DTS Package Step execution result.
use Win32::SqlServer::DTS::Package::Step::Result;
Win32::SqlServer::DTS::Package::Step::Result does not exists in the regular MS SQL Server DTS 2000 API.
Nothing.
Instantiates a new Win32::SqlServer::DTS::Package::Step::Result. Expects as a parameter a hash reference with the following keys:
Returns the DTS:Package::Step::Result as a pure text content. Useful for simple reports.
Returns the DTS:Package::Step::Result as an XML content.
Returns true if the step was executed successfully.
Win32::SqlServer::DTS::Package::Step documentation.Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org>
Copyright (C) 2008 by Alceu Rodrigues de Freitas Junior
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
| Win32-SqlServer-DTS documentation | view source | Contained in the Win32-SqlServer-DTS distribution. |