UpgradePackageInfo.HasNewName Property

Gets a value that specifies whether the upgraded Integration Services package has been renamed.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public ReadOnly Property HasNewName As Boolean
    Get
'Usage
Dim instance As UpgradePackageInfo
Dim value As Boolean

value = instance.HasNewName
public bool HasNewName { get; }
public:
property bool HasNewName {
    bool get ();
}
member HasNewName : bool
function get HasNewName () : boolean

Property Value

Type: System.Boolean
A value that specifies whether the name has been changed for the upgraded package.