UpgradePackageInfo.HasNewName Property

 

Applies To: SQL Server 2016 Preview

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

public bool HasNewName { get; }
public:
property bool HasNewName {
    bool get();
}
member HasNewName : bool with get
Public ReadOnly Property HasNewName As Boolean

Property Value

Type: System.Boolean

A value that specifies whether the name has been changed for the upgraded package.

See Also

UpgradePackageInfo Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top