Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Initializes a new instance of the TSqlModel class.
Spazio dei nomi Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
fileName As String _
)
'Utilizzo
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
)
Parametri
- fileName
Tipo: System.String
File path to package.
Eccezioni
| Eccezione | Condizione |
|---|---|
| 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. |
Osservazioni
By default DacSchemaModelStorageType.Memory is used for the model storage format.