Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the TSqlModel of the project
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property Model As TSqlModel
Get
'Usage
Dim instance As BuildContributorContext
Dim value As TSqlModel
value = instance.Model
public TSqlModel Model { get; }
public:
property TSqlModel^ Model {
TSqlModel^ get ();
}
member Model : TSqlModel
function get Model () : TSqlModel
Property Value
Type: Microsoft.SqlServer.Dac.Model.TSqlModel