Share via


DropElementStep.TargetElement Property

Gets the target element

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

Syntax

'Declaration
Public ReadOnly Property TargetElement As TSqlObject 
    Get
'Usage
Dim instance As DropElementStep 
Dim value As TSqlObject 

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

Property Value

Type: Microsoft.SqlServer.Dac.Model.TSqlObject

See Also

Reference

DropElementStep Class

Microsoft.SqlServer.Dac.Deployment Namespace