Share via


DeploymentContributorContext.Target Property

Gets the Target TSqlModel

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public ReadOnly Property Target As TSqlModel 
    Get
'Usage
Dim instance As DeploymentContributorContext 
Dim value As TSqlModel 

value = instance.Target
public TSqlModel Target { get; }
public:
property TSqlModel^ Target {
    TSqlModel^ get ();
}
member Target : TSqlModel
function get Target () : TSqlModel

Property Value

Type: Microsoft.SqlServer.Dac.Model.TSqlModel

See Also

Reference

DeploymentContributorContext Class

Microsoft.SqlServer.Dac.Deployment Namespace