Condividi tramite


Proprietà BuildContributorContext.Model

Gets the TSqlModel of the project

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Model As TSqlModel 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Dac.Model.TSqlModel

Vedere anche

Riferimento

BuildContributorContext Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment