UpgradePackageInfo.Name Property

 

Applies To: SQL Server 2016 Preview

Gets the original 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 Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

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

Remarks

To rename the upgrade package, use the NewName property.

See Also

UpgradePackageInfo Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top