UpgradePackageInfo.NewName Property

 

Applies To: SQL Server 2016 Preview

Gets the new name and path for the upgraded Integration Services package.

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

Syntax

public string NewName { get; set; }
public:
property String^ NewName {
    String^ get();
    void set(String^ value);
}
member NewName : string with get, set
Public Property NewName As String

Property Value

Type: System.String

A value that specifies the new name of the upgraded package.

Remarks

To get the original name of the upgrade package, use the Name property.

See Also

UpgradePackageInfo Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top