Udostępnij przez


UpgradePackageInfo.NewName Property

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

'Deklaracja
Public Property NewName As String
public string NewName { get; set; }
public:
property String^ NewName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_NewName ()

/** @property */
public void set_NewName (String value)
public function get NewName () : String

public function set NewName (value : String)

Property Value

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.