Share via


BuildContributorContext.Model Property

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

See Also

Reference

BuildContributorContext Class

Microsoft.SqlServer.Dac.Deployment Namespace