SqlMoveSchemaStep.PreviousName Property
Gets the previous name
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property PreviousName As String
Get
'Usage
Dim instance As SqlMoveSchemaStep
Dim value As String
value = instance.PreviousName
public string PreviousName { get; }
public:
property String^ PreviousName {
String^ get ();
}
member PreviousName : string
function get PreviousName () : String
Property Value
Type: System.String