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 object of the change definition
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property TargetObject As TSqlObject
Get
'Usage
Dim instance As ModelComparisonChangeDefinition
Dim value As TSqlObject
value = instance.TargetObject
public TSqlObject TargetObject { get; }
public:
property TSqlObject^ TargetObject {
TSqlObject^ get ();
}
member TargetObject : TSqlObject
function get TargetObject () : TSqlObject
Property Value
Type: Microsoft.SqlServer.Dac.Model.TSqlObject