DacStore.Export Method
Include Protected Members
Include Inherited Members
Exports a DAC object.
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 | |
---|---|---|
Export(String, Stream) | Exports a DAC object with specified database name and stream. | |
Export(String, String) | Exports a DAC object with specified database name and path. | |
Export(String, Stream, IEnumerable<TableName>) | Exports a DAC object with specified database name, stream, and tables. |
Top