Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Creates a package with the specified TSqlModel and saves it to the specified Stream.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
BuildPackage(Stream, TSqlModel, PackageMetadata) | Creates a package with the specified TSqlModel and saves it to the specified Stream. |
![]() ![]() |
BuildPackage(String, TSqlModel, PackageMetadata) | Creates a package with the specified TSqlModel and saves it to the specified ___location. |
![]() ![]() |
BuildPackage(Stream, TSqlModel, PackageMetadata, PackageOptions) | Creates a package with the specified TSqlModel and saves it to the specified Stream. In addition to the TSqlModel, other artifacts such as refactor log and deployment contributors can be specified in packageOptions. |
![]() ![]() |
BuildPackage(String, TSqlModel, PackageMetadata, PackageOptions) | Creates a package with the specified TSqlModel and saves it to the specified ___location. In addition to the TSqlModel, other artifacts such as refactor log and deployment contributors can be specified in packageOptions. |
Top