Share via


TSqlModel Constructor (String, DacSchemaModelStorageType)

Initializes a new instance of the TSqlModel class.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public Sub New ( _
    fileName As String, _
    modelStorageType As DacSchemaModelStorageType _
)
'Usage
Dim fileName As String 
Dim modelStorageType As DacSchemaModelStorageType 

Dim instance As New TSqlModel(fileName, _
    modelStorageType)
public TSqlModel(
    string fileName,
    DacSchemaModelStorageType modelStorageType
)
public:
TSqlModel(
    String^ fileName, 
    DacSchemaModelStorageType modelStorageType
)
new : 
        fileName:string * 
        modelStorageType:DacSchemaModelStorageType -> TSqlModel
public function TSqlModel(
    fileName : String, 
    modelStorageType : DacSchemaModelStorageType
)

Parameters

Exceptions

Exception Condition
DacModelException

If there are problems loading the package from the specified fileName. This may occur if the package does not load correctly or if references required by the package are not found in either the same directory as the package, or using the original path to the reference.

See Also

Reference

TSqlModel Class

TSqlModel Overload

Microsoft.SqlServer.Dac.Model Namespace