다음을 통해 공유


TSqlModel 생성자 (String)

Initializes a new instance of the TSqlModel class.

네임스페이스:  Microsoft.SqlServer.Dac.Model
어셈블리:  Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)

구문

‘선언
Public Sub New ( _
    fileName As String _
)
‘사용 방법
Dim fileName As String 

Dim instance As New TSqlModel(fileName)
public TSqlModel(
    string fileName
)
public:
TSqlModel(
    String^ fileName
)
new : 
        fileName:string -> TSqlModel
public function TSqlModel(
    fileName : String
)

매개 변수

예외

예외 조건
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.

주의

By default DacSchemaModelStorageType.Memory is used for the model storage format.

참고 항목

참조

TSqlModel 클래스

TSqlModel 오버로드

Microsoft.SqlServer.Dac.Model 네임스페이스