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