This topic has not yet been rated - Rate this topic

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.BacPackage
A DacPackage instance that represents the package loaded from the specified file.
ExceptionCondition
DacServicesException

If there is a problem reading the package; or if the package does not contain exported data.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.