BacPackage.Load Method (String, DacSchemaModelStorageType)
SQL Server 2012
Loads a package file specified by fileName.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
public static BacPackage Load( string fileName, DacSchemaModelStorageType modelStorageType )
Parameters
- fileName
- Type: System.String
A path to the package file.
- modelStorageType
- Type: Microsoft.SqlServer.Dac.DacSchemaModelStorageType
The type of backing storage for a schema model.
Return Value
Type: Microsoft.SqlServer.Dac.BacPackageA DacPackage instance that represents the package loaded from the specified file.
| Exception | Condition |
|---|---|
| DacServicesException | If there is a problem reading the package; or if the package does not contain exported data. |