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 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