Właściwość UpgradePackageInfo.NewName
Pobiera nową nazwę i ścieżka dla uaktualnionych Integration Services pakiet.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime
Zestaw: Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)
Składnia
'Deklaracja
Public Property NewName As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Wartość, która określa nową nazwę uaktualniony pakiet.