Partager via


Propriété UpgradePackageInfo.NewName

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Property NewName As String 
    Get 
    Set
'Utilisation
Dim instance As UpgradePackageInfo 
Dim value As String 

value = instance.NewName

instance.NewName = value
public string NewName { get; set; }
public:
property String^ NewName {
    String^ get ();
    void set (String^ value);
}
member NewName : string with get, set
function get NewName () : String 
function set NewName (value : String)

Valeur de propriété

Type : System.String
A value that specifies the new name of the upgraded package.

Notes

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

Voir aussi

Référence

UpgradePackageInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime