Project.CreateProject Method
Include Protected Members
Include Inherited Members
Creates a new Integration Services project.
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 | |
---|---|---|
CreateProject() | Creates a new Integration Services project. | |
CreateProject(Stream) | Creates a new project on a given I/O stream. | |
CreateProject(String) | Creates a new project in the specified file. |
Top