Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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