Platform SDK: Transaction Server |
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
Exports a package.
Syntax
object.ExportPackage(PackID, FileName, Options)
Parameters
object
Required. An object variable that evaluates to a PackageUtil object.
PackID
Required; String. An object variable that specifies the package ID of the package to export.
FileName
Required; String. An object variable that provides the name of the package file to export.
Options
Required; Long. An integer value specifying export options. This parameter can be 0 or MtsExportUsers, which includes users in roles in the package file.