Gets the previous name
命名空間: Microsoft.SqlServer.Dac.Deployment
組件: Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)
語法
'宣告
Public ReadOnly Property PreviousName As String
Get
'用途
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