UpgradePackageInfo.NewName プロパティ
アップグレードされた Integration Services パッケージの新しい名前とパスを取得します。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public Property NewName As String
Get
Set
'使用
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)
プロパティ値
型: System.String
アップグレードされたパッケージの新しい名前を示す値。
説明
アップグレード パッケージの元の名前を取得するには、Name プロパティを使用します。